#F0C1EB

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

Shades of French Lilac #F0C1EB

Tints of French Lilac #F0C1EB

Color information

#F0C1EB (or 0xF0C1EB) is unknown color: approx French Lilac. HEX triplet: F0, C1 and EB. RGB value is (240,193,235). Sum of RGB (Red+Green+Blue) = 240+193+235=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1EB is #0F3E14. Grayscale: #D3D3D3. Windows color (decimal): -998933 or 15450608. OLE color: 15450608.

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

Color convert

RGB240193235-
CMYK00.200.020.06
HSL306.38º61.04%84.9%-
HSV(B)306.38º19.58%94.12%-
XYZ7062.6687-
YUV211.84141.07148.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 193 (75.78% from 255) = 28.89%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=35.93%
G=28.89%
B=35.18%

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
Decimal24019323500.200.020.06306.3861.0484.9
HexF0C1EB014261323d55
Octal3603013530242646275125
Binary111100001100000111101011010100101101001100101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1EB; }

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

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

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

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

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

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

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

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