#F2B9EE

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

Shades of French Lilac #F2B9EE

Tints of French Lilac #F2B9EE

Color information

#F2B9EE (or 0xF2B9EE) is unknown color: approx French Lilac. HEX triplet: F2, B9 and EE. RGB value is (242,185,238). Sum of RGB (Red+Green+Blue) = 242+185+238=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 185 (72.66% from 255 or 27.82% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B9EE is #0D4611. Grayscale: #CFCFCF. Windows color (decimal): -869906 or 15645170. OLE color: 15645170.

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

Color convert

RGB242185238-
CMYK00.240.020.05
HSL304.21º68.67%83.73%-
HSV(B)304.21º23.55%94.9%-
XYZ69.459.7588.76-
YUV208.08144.88152.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 185 (72.66% from 255) = 27.82%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=36.39%
G=27.82%
B=35.79%

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
Decimal24218523800.240.020.05304.2168.6783.73
HexF2B9EE018251304554
Octal36227135603025460105124
Binary1111001010111001111011100110001010110011000010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9EE; }

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

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

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

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

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

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

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

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