#F1B6EA

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

Shades of French Lilac #F1B6EA

Tints of French Lilac #F1B6EA

Color information

#F1B6EA (or 0xF1B6EA) is unknown color: approx French Lilac. HEX triplet: F1, B6 and EA. RGB value is (241,182,234). Sum of RGB (Red+Green+Blue) = 241+182+234=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B6EA is #0E4915. Grayscale: #CDCDCD. Windows color (decimal): -936214 or 15382257. OLE color: 15382257.

HSL color Cylindrical-coordinate representation of color #F1B6EA: hue angle of 307.12º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B6EA is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241182234-
CMYK00.240.030.05
HSL307.12º67.82%82.94%-
HSV(B)307.12º24.48%94.51%-
XYZ67.8558.185.48-
YUV205.57144.05153.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.68%
GREEN value IS 182 (71.48% from 255) = 27.70%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=36.68%
G=27.70%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118223400.240.030.05307.1267.8282.94
HexF1B6EA018351334453
Octal36126635203035463104123
Binary1111000110110110111010100110001110110011001110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B6EA; }

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

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

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

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

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

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

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

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