#F1C0EA

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

Shades of French Lilac #F1C0EA

Tints of French Lilac #F1C0EA

Color information

#F1C0EA (or 0xF1C0EA) is unknown color: approx French Lilac. HEX triplet: F1, C0 and EA. RGB value is (241,192,234). Sum of RGB (Red+Green+Blue) = 241+192+234=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C0EA is #0E3F15. Grayscale: #D3D3D3. Windows color (decimal): -933654 or 15384817. OLE color: 15384817.

HSL color Cylindrical-coordinate representation of color #F1C0EA: hue angle of 308.57º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C0EA is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241192234-
CMYK00.200.030.05
HSL308.57º63.64%84.9%-
HSV(B)308.57º20.33%94.51%-
XYZ69.9862.3486.19-
YUV211.44140.73149.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.13%
GREEN value IS 192 (75.39% from 255) = 28.79%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=36.13%
G=28.79%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119223400.200.030.05308.5763.6484.9
HexF1C0EA014351354055
Octal36130035202435465100125
Binary1111000111000000111010100101001110110011010110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C0EA; }

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

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

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

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

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

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

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

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