#F0C0EA

Color #F0C0EA French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #F0C0EA

Tints of French Lilac #F0C0EA

Color information

#F0C0EA (or 0xF0C0EA) is unknown color: approx French Lilac. HEX triplet: F0, C0 and EA. RGB value is (240,192,234). Sum of RGB (Red+Green+Blue) = 240+192+234=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0EA is #0F3F15. Grayscale: #D3D3D3. Windows color (decimal): -999190 or 15384816. OLE color: 15384816.

HSL color Cylindrical-coordinate representation of color #F0C0EA: hue angle of 307.5º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C0EA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240192234-
CMYK00.200.020.06
HSL307.5º61.54%84.71%-
HSV(B)307.5º20%94.12%-
XYZ69.6462.1786.17-
YUV211.14140.9148.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 36.04%
GREEN value IS 192 (75.39% from 255) = 28.83%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=36.04%
G=28.83%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019223400.200.020.06307.561.5484.71
HexF0C0EA014261343e55
Octal3603003520242646476125
Binary111100001100000011101010010100101101001101001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C0EA; }

 p { color: rgb(240,192,234); }

 H1.HeaderClassName
 {
   color: #F0C0EA;
 }
 .AnyTagClassName
 {
   color: #F0C0EA;
 }
</style>
background-color css

<style>
 a { background-color: #F0C0EA; }

 a { background-color: rgb(240,192,234); }

 div.DivClassName
 {
   background-color: #F0C0EA;
 }
 .BgClassName
 {
   background-color: #F0C0EA;
 }
</style>
border-color css

<style>
 span { border-color: #F0C0EA; }

 span { border-color: rgb(240,192,234); }

 td.TdClassName
 {
   border-color: #F0C0EA;
 }
 .TagClassName
 {
   border-color: #F0C0EA;
 }
</style>