#F2BFE7

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

Shades of French Lilac #F2BFE7

Tints of French Lilac #F2BFE7

Color information

#F2BFE7 (or 0xF2BFE7) is unknown color: approx French Lilac. HEX triplet: F2, BF and E7. RGB value is (242,191,231). Sum of RGB (Red+Green+Blue) = 242+191+231=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFE7 is #0D4018. Grayscale: #D2D2D2. Windows color (decimal): -868377 or 15187954. OLE color: 15187954.

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

Color convert

RGB242191231-
CMYK00.210.050.05
HSL312.94º66.23%84.9%-
HSV(B)312.94º21.07%94.9%-
XYZ69.6761.9183.88-
YUV210.81139.4150.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.45%
GREEN value IS 191 (75% from 255) = 28.77%
BLUE value IS 231 (90.62% from 255) = 34.79%
R=36.45%
G=28.77%
B=34.79%

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
Decimal24219123100.210.050.05312.9466.2384.9
HexF2BFE7015551394255
Octal36227734702555471102125
Binary11110010101111111110011101010110110110011100110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFE7; }

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

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

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

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

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

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

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

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