#F2BDEC

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

Shades of French Lilac #F2BDEC

Tints of French Lilac #F2BDEC

Color information

#F2BDEC (or 0xF2BDEC) is unknown color: approx French Lilac. HEX triplet: F2, BD and EC. RGB value is (242,189,236). Sum of RGB (Red+Green+Blue) = 242+189+236=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDEC is #0D4213. Grayscale: #D2D2D2. Windows color (decimal): -868884 or 15515122. OLE color: 15515122.

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

Color convert

RGB242189236-
CMYK00.220.020.05
HSL306.79º67.09%84.51%-
HSV(B)306.79º21.9%94.9%-
XYZ69.9661.3387.51-
YUV210.2142.56150.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.28%
GREEN value IS 189 (74.22% from 255) = 28.34%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=36.28%
G=28.34%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218923600.220.020.05306.7967.0984.51
HexF2BDEC016251334355
Octal36227535402625463103125
Binary1111001010111101111011000101101010110011001110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDEC; }

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

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

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

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

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

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

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

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