#F2BDEF

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

Shades of French Lilac #F2BDEF

Tints of French Lilac #F2BDEF

Color information

#F2BDEF (or 0xF2BDEF) is unknown color: approx French Lilac. HEX triplet: F2, BD and EF. RGB value is (242,189,239). Sum of RGB (Red+Green+Blue) = 242+189+239=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDEF is #0D4210. Grayscale: #D2D2D2. Windows color (decimal): -868881 or 15711730. OLE color: 15711730.

HSL color Cylindrical-coordinate representation of color #F2BDEF: hue angle of 303.4º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDEF is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB242189239-
CMYK00.220.010.05
HSL303.4º67.09%84.51%-
HSV(B)303.4º21.9%94.9%-
XYZ70.461.589.82-
YUV210.55144.06150.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.12%
GREEN value IS 189 (74.22% from 255) = 28.21%
BLUE value IS 239 (93.75% from 255) = 35.67%
R=36.12%
G=28.21%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218923900.220.010.05303.467.0984.51
HexF2BDEF0161512f4355
Octal36227535702615457103125
Binary111100101011110111101111010110110110010111110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDEF; }

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

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

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

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

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

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

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

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