Html Css Color HEX #F0BAE6 French Lilac

📋 copy color: '#F0BAE6'

red 240 ◦ green 186 ◦ blue 230

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

Shades of French Lilac #F0BAE6

Tints of French Lilac #F0BAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.06%

R = 36.59%
G = 28.35%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F0BAE6 (or 0xF0BAE6) is known color: French Lilac. HEX triplet: F0, BA and E6. RGB value is (240,186,230). Sum of RGB (Red+Green+Blue) = 240+186+230=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAE6 is #0F4519. Grayscale: #CFCFCF. Windows color (decimal): -1000730 or 15121136. OLE color: 15121136.

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

Color convert

RGB 240 186 230 -
CMYK 0 0.22 0.04 0.06
HSL 311.11º 0.64% 0.84% -
HSV(B) 311.11º 0.23% 0.94% -
XYZ 67.78 59.36 82.75 -
YUV 207.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 240 186 230 0 0.22 0.04 0.06 311.11 0.64 0.84
Hex F0 BA E6 0 16 4 6 137 40 54
Octal 360 272 346 0 26 4 6 467 100 124
Binary 11110000 10111010 11100110 0 10110 100 110 100110111 1000000 1010100

Color Harmonies of #F0BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAE6

Black with #F0BAE6

Text Example


Text Example

White with #F0BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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