Html Css Color HEX #F0BAE1 French Lilac

📋 copy color: '#F0BAE1'

red 240 ◦ green 186 ◦ blue 225

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

Shades of French Lilac #F0BAE1

Tints of French Lilac #F0BAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.56%

R = 36.87%
G = 28.57%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F0BAE1 (or 0xF0BAE1) is known color: French Lilac. HEX triplet: F0, BA and E1. RGB value is (240,186,225). Sum of RGB (Red+Green+Blue) = 240+186+225=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAE1 is #0F451E. Grayscale: #CECECE. Windows color (decimal): -1000735 or 14793456. OLE color: 14793456.

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

Color convert

RGB 240 186 225 -
CMYK 0 0.22 0.06 0.06
HSL 316.67º 0.64% 0.84% -
HSV(B) 316.67º 0.23% 0.94% -
XYZ 67.08 59.08 79.1 -
YUV 206.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 240 186 225 0 0.22 0.06 0.06 316.67 0.64 0.84
Hex F0 BA E1 0 16 6 6 13D 40 54
Octal 360 272 341 0 26 6 6 475 100 124
Binary 11110000 10111010 11100001 0 10110 110 110 100111101 1000000 1010100

Color Harmonies of #F0BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAE1

Black with #F0BAE1

Text Example


Text Example

White with #F0BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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