#F0BEE2

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

Shades of French Lilac #F0BEE2

Tints of French Lilac #F0BEE2

Color information

#F0BEE2 (or 0xF0BEE2) is unknown color: approx French Lilac. HEX triplet: F0, BE and E2. RGB value is (240,190,226). Sum of RGB (Red+Green+Blue) = 240+190+226=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEE2 is #0F411D. Grayscale: #D0D0D0. Windows color (decimal): -999710 or 14860016. OLE color: 14860016.

HSL color Cylindrical-coordinate representation of color #F0BEE2: hue angle of 316.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BEE2 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB240190226-
CMYK00.210.060.06
HSL316.8º62.5%84.31%-
HSV(B)316.8º20.83%94.12%-
XYZ68.0860.8480.11-
YUV209.05137.56150.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.59%
GREEN value IS 190 (74.61% from 255) = 28.96%
BLUE value IS 226 (88.67% from 255) = 34.45%
R=36.59%
G=28.96%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019022600.210.060.06316.862.584.31
HexF0BEE20156613d3e54
Octal3602763420256647576124
Binary1111000010111110111000100101011101101001111011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEE2; }

 p { color: rgb(240,190,226); }

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

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

 a { background-color: rgb(240,190,226); }

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

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

 span { border-color: rgb(240,190,226); }

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