#F0BAE4

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

Shades of French Lilac #F0BAE4

Tints of French Lilac #F0BAE4

Color information

#F0BAE4 (or 0xF0BAE4) is unknown color: approx French Lilac. HEX triplet: F0, BA and E4. RGB value is (240,186,228). Sum of RGB (Red+Green+Blue) = 240+186+228=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAE4 is #0F451B. Grayscale: #CECECE. Windows color (decimal): -1000732 or 14990064. OLE color: 14990064.

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

Color convert

RGB240186228-
CMYK00.220.050.06
HSL313.33º64.29%83.53%-
HSV(B)313.33º22.5%94.12%-
XYZ67.559.2481.28-
YUV206.93139.89151.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.70%
GREEN value IS 186 (73.05% from 255) = 28.44%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=36.70%
G=28.44%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018622800.220.050.06313.3364.2983.53
HexF0BAE4016561394054
Octal36027234402656471100124
Binary11110000101110101110010001011010111010011100110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAE4; }

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

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

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

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

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

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

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

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