#F0C0E6

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

Shades of French Lilac #F0C0E6

Tints of French Lilac #F0C0E6

Color information

#F0C0E6 (or 0xF0C0E6) is unknown color: approx French Lilac. HEX triplet: F0, C0 and E6. RGB value is (240,192,230). Sum of RGB (Red+Green+Blue) = 240+192+230=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0E6 is #0F3F19. Grayscale: #D2D2D2. Windows color (decimal): -999194 or 15122672. OLE color: 15122672.

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

Color convert

RGB240192230-
CMYK00.200.040.06
HSL312.5º61.54%84.71%-
HSV(B)312.5º20%94.12%-
XYZ69.0761.9483.18-
YUV210.68138.9148.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 192 (75.39% from 255) = 29.00%
BLUE value IS 230 (90.23% from 255) = 34.74%
R=36.25%
G=29.00%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019223000.200.040.06312.561.5484.71
HexF0C0E6014461383e55
Octal3603003460244647076125
Binary1111000011000000111001100101001001101001110001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C0E6; }

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

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

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

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

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

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

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

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