#F2B7EB

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

Shades of French Lilac #F2B7EB

Tints of French Lilac #F2B7EB

Color information

#F2B7EB (or 0xF2B7EB) is unknown color: approx French Lilac. HEX triplet: F2, B7 and EB. RGB value is (242,183,235). Sum of RGB (Red+Green+Blue) = 242+183+235=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 183 (71.88% from 255 or 27.73% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B7EB is #0D4814. Grayscale: #CECECE. Windows color (decimal): -870421 or 15448050. OLE color: 15448050.

HSL color Cylindrical-coordinate representation of color #F2B7EB: hue angle of 307.12º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B7EB is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242183235-
CMYK00.240.030.05
HSL307.12º69.41%83.33%-
HSV(B)307.12º24.38%94.9%-
XYZ68.5558.7486.32-
YUV206.57144.05153.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.67%
GREEN value IS 183 (71.88% from 255) = 27.73%
BLUE value IS 235 (92.19% from 255) = 35.61%
R=36.67%
G=27.73%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218323500.240.030.05307.1269.4183.33
HexF2B7EB018351334553
Octal36226735303035463105123
Binary1111001010110111111010110110001110110011001110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B7EB; }

 p { color: rgb(242,183,235); }

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

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

 a { background-color: rgb(242,183,235); }

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

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

 span { border-color: rgb(242,183,235); }

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