#F2B9EB

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

Shades of French Lilac #F2B9EB

Tints of French Lilac #F2B9EB

Color information

#F2B9EB (or 0xF2B9EB) is unknown color: approx French Lilac. HEX triplet: F2, B9 and EB. RGB value is (242,185,235). Sum of RGB (Red+Green+Blue) = 242+185+235=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B9EB is #0D4614. Grayscale: #CFCFCF. Windows color (decimal): -869909 or 15448562. OLE color: 15448562.

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

Color convert

RGB242185235-
CMYK00.240.030.05
HSL307.37º68.67%83.73%-
HSV(B)307.37º23.55%94.9%-
XYZ68.9659.5786.46-
YUV207.74143.38152.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 185 (72.66% from 255) = 27.95%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=36.56%
G=27.95%
B=35.50%

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
Decimal24218523500.240.030.05307.3768.6783.73
HexF2B9EB018351334554
Octal36227135303035463105124
Binary1111001010111001111010110110001110110011001110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9EB; }

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

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

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

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

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

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

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

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