#F2BFE6

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

Shades of French Lilac #F2BFE6

Tints of French Lilac #F2BFE6

Color information

#F2BFE6 (or 0xF2BFE6) is unknown color: approx French Lilac. HEX triplet: F2, BF and E6. RGB value is (242,191,230). Sum of RGB (Red+Green+Blue) = 242+191+230=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFE6 is #0D4019. Grayscale: #D2D2D2. Windows color (decimal): -868378 or 15122418. OLE color: 15122418.

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

Color convert

RGB242191230-
CMYK00.210.050.05
HSL314.12º66.23%84.9%-
HSV(B)314.12º21.07%94.9%-
XYZ69.5361.8583.14-
YUV210.7138.9150.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.50%
GREEN value IS 191 (75% from 255) = 28.81%
BLUE value IS 230 (90.23% from 255) = 34.69%
R=36.50%
G=28.81%
B=34.69%

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
Decimal24219123000.210.050.05314.1266.2384.9
HexF2BFE60155513a4255
Octal36227734602555472102125
Binary11110010101111111110011001010110110110011101010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFE6; }

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

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

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

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

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

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

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

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