#F0B4EE

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

Shades of French Lilac #F0B4EE

Tints of French Lilac #F0B4EE

Color information

#F0B4EE (or 0xF0B4EE) is unknown color: approx French Lilac. HEX triplet: F0, B4 and EE. RGB value is (240,180,238). Sum of RGB (Red+Green+Blue) = 240+180+238=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 180 (70.70% from 255 or 27.36% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B4EE is #0F4B11. Grayscale: #CCCCCC. Windows color (decimal): -1002258 or 15643888. OLE color: 15643888.

HSL color Cylindrical-coordinate representation of color #F0B4EE: hue angle of 302º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B4EE is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240180238-
CMYK00.250.010.06
HSL302º66.67%82.35%-
HSV(B)302º25%94.12%-
XYZ67.6957.3488.39-
YUV204.55146.88153.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.47%
GREEN value IS 180 (70.70% from 255) = 27.36%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=36.47%
G=27.36%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018023800.250.010.0630266.6782.35
HexF0B4EE0191612e4352
Octal36026435603116456103122
Binary111100001011010011101110011001111010010111010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B4EE; }

 p { color: rgb(240,180,238); }

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

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

 a { background-color: rgb(240,180,238); }

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

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

 span { border-color: rgb(240,180,238); }

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