#F2B9E3

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

Shades of French Lilac #F2B9E3

Tints of French Lilac #F2B9E3

Color information

#F2B9E3 (or 0xF2B9E3) is unknown color: approx French Lilac. HEX triplet: F2, B9 and E3. RGB value is (242,185,227). Sum of RGB (Red+Green+Blue) = 242+185+227=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9E3 is #0D461C. Grayscale: #CECECE. Windows color (decimal): -869917 or 14924274. OLE color: 14924274.

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

Color convert

RGB242185227-
CMYK00.240.060.05
HSL315.79º68.67%83.73%-
HSV(B)315.79º23.55%94.9%-
XYZ67.8359.1280.51-
YUV206.83139.38153.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 185 (72.66% from 255) = 28.29%
BLUE value IS 227 (89.06% from 255) = 34.71%
R=37.00%
G=28.29%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218522700.240.060.05315.7968.6783.73
HexF2B9E30186513c4554
Octal36227134303065474105124
Binary11110010101110011110001101100011010110011110010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9E3; }

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

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

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

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

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

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

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

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