#F0B6EE

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

Shades of French Lilac #F0B6EE

Tints of French Lilac #F0B6EE

Color information

#F0B6EE (or 0xF0B6EE) is unknown color: approx French Lilac. HEX triplet: F0, B6 and EE. RGB value is (240,182,238). Sum of RGB (Red+Green+Blue) = 240+182+238=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 182 (71.48% from 255 or 27.58% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B6EE is #0F4911. Grayscale: #CDCDCD. Windows color (decimal): -1001746 or 15644400. OLE color: 15644400.

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

Color convert

RGB240182238-
CMYK00.240.010.06
HSL302.07º65.91%82.75%-
HSV(B)302.07º24.17%94.12%-
XYZ68.158.1588.52-
YUV205.73146.22152.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.36%
GREEN value IS 182 (71.48% from 255) = 27.58%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=36.36%
G=27.58%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018223800.240.010.06302.0765.9182.75
HexF0B6EE0181612e4253
Octal36026635603016456102123
Binary111100001011011011101110011000111010010111010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B6EE; }

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

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

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

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

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

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

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

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