Html Css Color HEX #F0BAE4 French Lilac

📋 copy color: '#F0BAE4'

red 240 ◦ green 186 ◦ blue 228

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

Shades of French Lilac #F0BAE4

Tints of French Lilac #F0BAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.86%

R = 36.7%
G = 28.44%
B = 34.86%

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

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

RGB 240 186 228 -
CMYK 0 0.22 0.05 0.06
HSL 313.33º 0.64% 0.84% -
HSV(B) 313.33º 0.23% 0.94% -
XYZ 67.5 59.24 81.28 -
YUV 206.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 240 186 228 0 0.22 0.05 0.06 313.33 0.64 0.84
Hex F0 BA E4 0 16 5 6 139 40 54
Octal 360 272 344 0 26 5 6 471 100 124
Binary 11110000 10111010 11100100 0 10110 101 110 100111001 1000000 1010100

Color Harmonies of #F0BAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAE4

Black with #F0BAE4

Text Example


Text Example

White with #F0BAE4

Text Example


Text Example

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