#F2BBE9

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

Shades of French Lilac #F2BBE9

Tints of French Lilac #F2BBE9

Color information

#F2BBE9 (or 0xF2BBE9) is unknown color: approx French Lilac. HEX triplet: F2, BB and E9. RGB value is (242,187,233). Sum of RGB (Red+Green+Blue) = 242+187+233=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBE9 is #0D4416. Grayscale: #D0D0D0. Windows color (decimal): -869399 or 15318002. OLE color: 15318002.

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

Color convert

RGB242187233-
CMYK00.230.040.05
HSL309.82º67.9%84.12%-
HSV(B)309.82º22.73%94.9%-
XYZ69.160.385.09-
YUV208.69141.72151.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 187 (73.44% from 255) = 28.25%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=36.56%
G=28.25%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218723300.230.040.05309.8267.984.12
HexF2BBE9017451364454
Octal36227335102745466104124
Binary11110010101110111110100101011110010110011011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBE9; }

 p { color: rgb(242,187,233); }

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

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

 a { background-color: rgb(242,187,233); }

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

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

 span { border-color: rgb(242,187,233); }

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