#F0C0EB

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

Shades of French Lilac #F0C0EB

Tints of French Lilac #F0C0EB

Color information

#F0C0EB (or 0xF0C0EB) is unknown color: approx French Lilac. HEX triplet: F0, C0 and EB. RGB value is (240,192,235). Sum of RGB (Red+Green+Blue) = 240+192+235=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0EB is #0F3F14. Grayscale: #D3D3D3. Windows color (decimal): -999189 or 15450352. OLE color: 15450352.

HSL color Cylindrical-coordinate representation of color #F0C0EB: hue angle of 306.25º 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 #F0C0EB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240192235-
CMYK00.200.020.06
HSL306.25º61.54%84.71%-
HSV(B)306.25º20%94.12%-
XYZ69.7862.2286.93-
YUV211.25141.4148.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 192 (75.39% from 255) = 28.79%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=35.98%
G=28.79%
B=35.23%

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
Decimal24019223500.200.020.06306.2561.5484.71
HexF0C0EB014261323e55
Octal3603003530242646276125
Binary111100001100000011101011010100101101001100101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C0EB; }

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

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

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

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

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

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

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

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