Html Css Color HEX #F0BAE9 French Lilac

📋 copy color: '#F0BAE9'

red 240 ◦ green 186 ◦ blue 233

#F0BAE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #F0BAE9

Tints of French Lilac #F0BAE9

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 value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F0BAE9 (or 0xF0BAE9) is known color: 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.23%. 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

RGB 240 186 233 -
CMYK 0 0.22 0.03 0.06
HSL 307.78º 0.64% 0.84% -
HSV(B) 307.78º 0.23% 0.94% -
XYZ 68.2 59.53 84.99 -
YUV 207.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 240 186 233 0 0.22 0.03 0.06 307.78 0.64 0.84
Hex F0 BA E9 0 16 3 6 134 40 54
Octal 360 272 351 0 26 3 6 464 100 124
Binary 11110000 10111010 11101001 0 10110 11 110 100110100 1000000 1010100

Color Harmonies of #F0BAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAE9

Black with #F0BAE9

Text Example


Text Example

White with #F0BAE9

Text Example


Text Example

HTML Codes & Css Web 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>