#F2B9ED

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

Shades of French Lilac #F2B9ED

Tints of French Lilac #F2B9ED

Color information

#F2B9ED (or 0xF2B9ED) is unknown color: approx French Lilac. HEX triplet: F2, B9 and ED. RGB value is (242,185,237). Sum of RGB (Red+Green+Blue) = 242+185+237=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B9ED is #0D4612. Grayscale: #CFCFCF. Windows color (decimal): -869907 or 15579634. OLE color: 15579634.

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

Color convert

RGB242185237-
CMYK00.240.020.05
HSL305.26º68.67%83.73%-
HSV(B)305.26º23.55%94.9%-
XYZ69.2559.6987.99-
YUV207.97144.38152.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.45%
GREEN value IS 185 (72.66% from 255) = 27.86%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=36.45%
G=27.86%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218523700.240.020.05305.2668.6783.73
HexF2B9ED018251314554
Octal36227135503025461105124
Binary1111001010111001111011010110001010110011000110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9ED; }

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

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

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

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

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

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

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

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