#F2BBE7

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

Shades of French Lilac #F2BBE7

Tints of French Lilac #F2BBE7

Color information

#F2BBE7 (or 0xF2BBE7) is unknown color: approx French Lilac. HEX triplet: F2, BB and E7. RGB value is (242,187,231). Sum of RGB (Red+Green+Blue) = 242+187+231=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBE7 is #0D4418. Grayscale: #D0D0D0. Windows color (decimal): -869401 or 15186930. OLE color: 15186930.

HSL color Cylindrical-coordinate representation of color #F2BBE7: hue angle of 312º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBE7 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB242187231-
CMYK00.230.050.05
HSL312º67.9%84.12%-
HSV(B)312º22.73%94.9%-
XYZ68.8160.1983.59-
YUV208.46140.72151.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.67%
GREEN value IS 187 (73.44% from 255) = 28.33%
BLUE value IS 231 (90.62% from 255) = 35%
R=36.67%
G=28.33%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218723100.230.050.0531267.984.12
HexF2BBE7017551384454
Octal36227334702755470104124
Binary11110010101110111110011101011110110110011100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBE7; }

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

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

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

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

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

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

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

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