#F0BAE9

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

Shades of French Lilac #F0BAE9

Tints of French Lilac #F0BAE9

Color information

#F0BAE9 (or 0xF0BAE9) is unknown color: approx French Lilac. HEX triplet: F0, BA and E9. RGB value is (240,186,233). Sum of RGB (Red+Green+Blue) = 240+186+233=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAE9 is #0F4516. Grayscale: #CFCFCF. Windows color (decimal): -1000727 or 15317744. OLE color: 15317744.

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

Color convert

RGB240186233-
CMYK00.220.030.06
HSL307.78º64.29%83.53%-
HSV(B)307.78º22.5%94.12%-
XYZ68.259.5384.99-
YUV207.5142.39151.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.42%
GREEN value IS 186 (73.05% from 255) = 28.22%
BLUE value IS 233 (91.41% from 255) = 35.36%
R=36.42%
G=28.22%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018623300.220.030.06307.7864.2983.53
HexF0BAE9016361344054
Octal36027235102636464100124
Binary1111000010111010111010010101101111010011010010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAE9; }

 p { color: rgb(240,186,233); }

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

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

 a { background-color: rgb(240,186,233); }

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

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

 span { border-color: rgb(240,186,233); }

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