#F2BFEA

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

Shades of French Lilac #F2BFEA

Tints of French Lilac #F2BFEA

Color information

#F2BFEA (or 0xF2BFEA) is unknown color: approx French Lilac. HEX triplet: F2, BF and EA. RGB value is (242,191,234). Sum of RGB (Red+Green+Blue) = 242+191+234=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFEA is #0D4015. Grayscale: #D3D3D3. Windows color (decimal): -868374 or 15384562. OLE color: 15384562.

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

Color convert

RGB242191234-
CMYK00.210.030.05
HSL309.41º66.23%84.9%-
HSV(B)309.41º21.07%94.9%-
XYZ70.162.0886.13-
YUV211.15140.9150-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.28%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=36.28%
G=28.64%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219123400.210.030.05309.4166.2384.9
HexF2BFEA015351354255
Octal36227735202535465102125
Binary1111001010111111111010100101011110110011010110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFEA; }

 p { color: rgb(242,191,234); }

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

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

 a { background-color: rgb(242,191,234); }

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

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

 span { border-color: rgb(242,191,234); }

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