#F2BBEF

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

Shades of French Lilac #F2BBEF

Tints of French Lilac #F2BBEF

Color information

#F2BBEF (or 0xF2BBEF) is unknown color: approx French Lilac. HEX triplet: F2, BB and EF. RGB value is (242,187,239). Sum of RGB (Red+Green+Blue) = 242+187+239=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBEF is #0D4410. Grayscale: #D1D1D1. Windows color (decimal): -869393 or 15711218. OLE color: 15711218.

HSL color Cylindrical-coordinate representation of color #F2BBEF: hue angle of 303.27º 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 #F2BBEF is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB242187239-
CMYK00.230.010.05
HSL303.27º67.9%84.12%-
HSV(B)303.27º22.73%94.9%-
XYZ69.9760.6589.68-
YUV209.37144.72151.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.23%
GREEN value IS 187 (73.44% from 255) = 27.99%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=36.23%
G=27.99%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218723900.230.010.05303.2767.984.12
HexF2BBEF0171512f4454
Octal36227335702715457104124
Binary111100101011101111101111010111110110010111110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBEF; }

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

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

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

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

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

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

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

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