Html Css Color HEX #F0BAE5 French Lilac

📋 copy color: '#F0BAE5'

red 240 ◦ green 186 ◦ blue 229

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

Shades of French Lilac #F0BAE5

Tints of French Lilac #F0BAE5

RGB

 RED value IS 240 (94.14% from 255) = 36.64%

 GREEN value IS 186 (73.05% from 255) = 28.4%

 BLUE value IS 229 (89.84% from 255) = 34.96%

R = 36.64%
G = 28.4%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0BAE5 (or 0xF0BAE5) is known color: French Lilac. HEX triplet: F0, BA and E5. RGB value is (240,186,229). Sum of RGB (Red+Green+Blue) = 240+186+229=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAE5 is #0F451A. Grayscale: #CECECE. Windows color (decimal): -1000731 or 15055600. OLE color: 15055600.

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

Color convert

RGB 240 186 229 -
CMYK 0 0.22 0.05 0.06
HSL 312.22º 0.64% 0.84% -
HSV(B) 312.22º 0.23% 0.94% -
XYZ 67.64 59.3 82.01 -
YUV 207.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 240 186 229 0 0.22 0.05 0.06 312.22 0.64 0.84
Hex F0 BA E5 0 16 5 6 138 40 54
Octal 360 272 345 0 26 5 6 470 100 124
Binary 11110000 10111010 11100101 0 10110 101 110 100111000 1000000 1010100

Color Harmonies of #F0BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAE5

Black with #F0BAE5

Text Example


Text Example

White with #F0BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAE5; }

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

 H1.HeaderClassName
 {
   color: #F0BAE5;
 }
 .AnyTagClassName
 {
   color: #F0BAE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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