#F2BDEB

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

Shades of French Lilac #F2BDEB

Tints of French Lilac #F2BDEB

Color information

#F2BDEB (or 0xF2BDEB) is unknown color: approx French Lilac. HEX triplet: F2, BD and EB. RGB value is (242,189,235). Sum of RGB (Red+Green+Blue) = 242+189+235=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDEB is #0D4214. Grayscale: #D1D1D1. Windows color (decimal): -868885 or 15449586. OLE color: 15449586.

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

Color convert

RGB242189235-
CMYK00.220.030.05
HSL307.92º67.09%84.51%-
HSV(B)307.92º21.9%94.9%-
XYZ69.8161.2786.74-
YUV210.09142.06150.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.34%
GREEN value IS 189 (74.22% from 255) = 28.38%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=36.34%
G=28.38%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218923500.220.030.05307.9267.0984.51
HexF2BDEB016351344355
Octal36227535302635464103125
Binary1111001010111101111010110101101110110011010010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDEB; }

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

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

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

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

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

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

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

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