#F2B9E0

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

Shades of French Lilac #F2B9E0

Tints of French Lilac #F2B9E0

Color information

#F2B9E0 (or 0xF2B9E0) is unknown color: approx French Lilac. HEX triplet: F2, B9 and E0. RGB value is (242,185,224). Sum of RGB (Red+Green+Blue) = 242+185+224=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 185 (72.66% from 255 or 28.42% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9E0 is #0D461F. Grayscale: #CECECE. Windows color (decimal): -869920 or 14727666. OLE color: 14727666.

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

Color convert

RGB242185224-
CMYK00.240.070.05
HSL318.95º68.67%83.73%-
HSV(B)318.95º23.55%94.9%-
XYZ67.4258.9678.35-
YUV206.49137.88153.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 185 (72.66% from 255) = 28.42%
BLUE value IS 224 (87.89% from 255) = 34.41%
R=37.17%
G=28.42%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218522400.240.070.05318.9568.6783.73
HexF2B9E00187513f4554
Octal36227134003075477105124
Binary11110010101110011110000001100011110110011111110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9E0; }

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

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

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

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

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

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

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

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