#F2BDEE

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

Shades of French Lilac #F2BDEE

Tints of French Lilac #F2BDEE

Color information

#F2BDEE (or 0xF2BDEE) is unknown color: approx French Lilac. HEX triplet: F2, BD and EE. RGB value is (242,189,238). Sum of RGB (Red+Green+Blue) = 242+189+238=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDEE is #0D4211. Grayscale: #D2D2D2. Windows color (decimal): -868882 or 15646194. OLE color: 15646194.

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

Color convert

RGB242189238-
CMYK00.220.020.05
HSL304.53º67.09%84.51%-
HSV(B)304.53º21.9%94.9%-
XYZ70.2561.4589.05-
YUV210.43143.56150.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.17%
GREEN value IS 189 (74.22% from 255) = 28.25%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=36.17%
G=28.25%
B=35.58%

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
Decimal24218923800.220.020.05304.5367.0984.51
HexF2BDEE016251314355
Octal36227535602625461103125
Binary1111001010111101111011100101101010110011000110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDEE; }

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

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

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

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

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

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

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

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