#F2BBF0

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

Shades of French Lilac #F2BBF0

Tints of French Lilac #F2BBF0

Color information

#F2BBF0 (or 0xF2BBF0) is unknown color: approx French Lilac. HEX triplet: F2, BB and F0. RGB value is (242,187,240). Sum of RGB (Red+Green+Blue) = 242+187+240=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBF0 is #0D440F. Grayscale: #D1D1D1. Windows color (decimal): -869392 or 15776754. OLE color: 15776754.

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

Color convert

RGB242187240-
CMYK00.230.010.05
HSL302.18º67.9%84.12%-
HSV(B)302.18º22.73%94.9%-
XYZ70.1260.7190.46-
YUV209.49145.22151.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.17%
GREEN value IS 187 (73.44% from 255) = 27.95%
BLUE value IS 240 (94.14% from 255) = 35.87%
R=36.17%
G=27.95%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218724000.230.010.05302.1867.984.12
HexF2BBF00171512e4454
Octal36227336002715456104124
Binary111100101011101111110000010111110110010111010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBF0; }

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

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

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

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

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

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

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

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