Html Css Color HEX #F0BAE8 French Lilac

📋 copy color: '#F0BAE8'

red 240 ◦ green 186 ◦ blue 232

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

Shades of French Lilac #F0BAE8

Tints of French Lilac #F0BAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.26%

R = 36.47%
G = 28.27%
B = 35.26%

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

#F0BAE8 (or 0xF0BAE8) is known color: French Lilac. HEX triplet: F0, BA and E8. RGB value is (240,186,232). Sum of RGB (Red+Green+Blue) = 240+186+232=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAE8 is #0F4517. Grayscale: #CFCFCF. Windows color (decimal): -1000728 or 15252208. OLE color: 15252208.

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

Color convert

RGB 240 186 232 -
CMYK 0 0.22 0.03 0.06
HSL 308.89º 0.64% 0.84% -
HSV(B) 308.89º 0.23% 0.94% -
XYZ 68.06 59.47 84.24 -
YUV 207.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 240 186 232 0 0.22 0.03 0.06 308.89 0.64 0.84
Hex F0 BA E8 0 16 3 6 135 40 54
Octal 360 272 350 0 26 3 6 465 100 124
Binary 11110000 10111010 11101000 0 10110 11 110 100110101 1000000 1010100

Color Harmonies of #F0BAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAE8

Black with #F0BAE8

Text Example


Text Example

White with #F0BAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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