#F0BAEA

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

Shades of French Lilac #F0BAEA

Tints of French Lilac #F0BAEA

Color information

#F0BAEA (or 0xF0BAEA) is unknown color: approx French Lilac. HEX triplet: F0, BA and EA. RGB value is (240,186,234). Sum of RGB (Red+Green+Blue) = 240+186+234=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAEA is #0F4515. Grayscale: #CFCFCF. Windows color (decimal): -1000726 or 15383280. OLE color: 15383280.

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

Color convert

RGB240186234-
CMYK00.220.020.06
HSL306.67º64.29%83.53%-
HSV(B)306.67º22.5%94.12%-
XYZ68.3559.5885.74-
YUV207.62142.89151.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.36%
GREEN value IS 186 (73.05% from 255) = 28.18%
BLUE value IS 234 (91.80% from 255) = 35.45%
R=36.36%
G=28.18%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018623400.220.020.06306.6764.2983.53
HexF0BAEA016261334054
Octal36027235202626463100124
Binary1111000010111010111010100101101011010011001110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAEA; }

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

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

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

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

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

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

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

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