COLOR #F0C0F0

HEX: #F0C0F0
RGB: (240,192,240)

Renk bilgisi

#F0C0F0 contains red, green and blue colors in about the same proportion. #F0C0F0 ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#F0C0F0 color RGB value is (240,192,240).

  • kırmız ton 240;
  • yeşil ton 192;
  • mavi ton 240.
RGB:
(240,192,240)
(94%,75%,94%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 192 of 255 = 75%
B 240 of 255 = 94%

240
192
240

R + G + B ~ 88%. #F0C0F0 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 192 + 240 = 672 (100%)
R 240 of 672 ~ 35.71%
G 192 of 672 ~ 28.57%
B 240 of 672 ~ 35.71%

%35.71
%28.57
%35.71

CMYK RENK MODELİ

#F0C0F0 rengi CMYK tonu (0,20,0,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(0,20,0,6)
C0M20Y0K6 
(0%,20%,0%,6%)
(0.00/0.20/0.00/0.06)	

CMYK yüzdeleri

%0
%20
%0
%5.88

Codes

Color #F0C0F0 in popluar color models

F0C0F0
RGB240192240
HSL300°61.54%84.71%
HSB/HSV300°20.00%94.12%
CMYK0.00%20.00%0.00%
5.88%

Color #F0C0F0 in popluar number systems.

HEXF0C0F0
Decimal240192240
Binary111100001100000011110000
Octal360300360

Shades and tints

Shades of #F0C0F0

#F0C0F0
(240,192,240)
#DBAFDB
(219,175,219)
#C69EC6
(198,158,198)
#B18DB1
(177,141,177)
#9C7C9C
(156,124,156)
#876B87
(135,107,135)
#725A72
(114,90,114)
#5D495D
(93,73,93)
#483848
(72,56,72)
#332733
(51,39,51)
#1E161E
(30,22,30)
#000000
(0,0,0)

Tints of #F0C0F0

#F0C0F0
(240,192,240)
#F1C5F1
(241,197,241)
#F2CAF2
(242,202,242)
#F3CFF3
(243,207,243)
#F4D4F4
(244,212,244)
#F5D9F5
(245,217,245)
#F6DEF6
(246,222,246)
#F7E3F7
(247,227,247)
#F8E8F8
(248,232,248)
#F9EDF9
(249,237,249)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C0F0 color. Also use rgb(240,192,240) instead hex code.

Text Font Color

.myTextColor { color: #F0C0F0; }

<p style="color:#F0C0F0">This sample text font color is #F0C0F0.</p>

This text font color is #F0C0F0.


Background Color

.myBgColor { background-color: #F0C0F0; }

<div style="background-color:#F0C0F0">Inner text</div>

This div background color is #F0C0F0.


Border color

.myBorderColor { border: 1px solid #F0C0F0; }

<div style="border:3px solid #F0C0F0">Div</div>

This div border color is #F0C0F0.


Opacity

.myOpacity80 { color: #F0C0F0; opacity: 0.8; }

<p style="color:#F0C0F0;opacity:0.8;">80%</p>

Text with #F0C0F0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F0C0F0;}

<p style="text-shadow: 3px 3px 1px #F0C0F0">Text here.</p>

This text has shadow with #F0C0F0 color.

.textShadow {text-shadow: 3px 3px 1px #F0C0F0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F0C0F0, 5px 5px 20px red">Text here.</p>

This text has shadow with #F0C0F0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0C0F0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F0C0F0, Direction=45, Strength=4)">Text</p>

This text has shadow with #F0C0F0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F0C0F0;
  -webkit-box-shadow:	1px 1px 3px 2px #F0C0F0;
  box-shadow:		1px 1px 3px 2px #F0C0F0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0C0F0;
-webkit-box-shadow: 1px 1px 3px 2px #F0C0F0;
box-shadow:1px 1px 3px 2px #F0C0F0;">
Div content here</div>
This div box has shadow with color #F0C0F0.

Preview

Color preview on black background

This text has color #F0C0F0 on black background.


Color preview on white background

This text has color #F0C0F0 on white background.



Black color preview on #F0C0F0 background

This text has black color on #F0C0F0 background.


White color preview on #F0C0F0 background

This text has white color on #F0C0F0 background.