#F2BFE5

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

Shades of French Lilac #F2BFE5

Tints of French Lilac #F2BFE5

Color information

#F2BFE5 (or 0xF2BFE5) is unknown color: approx French Lilac. HEX triplet: F2, BF and E5. RGB value is (242,191,229). Sum of RGB (Red+Green+Blue) = 242+191+229=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFE5 is #0D401A. Grayscale: #D2D2D2. Windows color (decimal): -868379 or 15056882. OLE color: 15056882.

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

Color convert

RGB242191229-
CMYK00.210.050.05
HSL315.29º66.23%84.9%-
HSV(B)315.29º21.07%94.9%-
XYZ69.3961.882.4-
YUV210.58138.4150.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 191 (75% from 255) = 28.85%
BLUE value IS 229 (89.84% from 255) = 34.59%
R=36.56%
G=28.85%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219122900.210.050.05315.2966.2384.9
HexF2BFE50155513b4255
Octal36227734502555473102125
Binary11110010101111111110010101010110110110011101110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFE5; }

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

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

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

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

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

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

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

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