Html Css Color HEX #F0BAED French Lilac

📋 copy color: '#F0BAED'

red 240 ◦ green 186 ◦ blue 237

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

Shades of French Lilac #F0BAED

Tints of French Lilac #F0BAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.75%

R = 36.2%
G = 28.05%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0BAED (or 0xF0BAED) is known color: French Lilac. HEX triplet: F0, BA and ED. RGB value is (240,186,237). Sum of RGB (Red+Green+Blue) = 240+186+237=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAED is #0F4512. Grayscale: #CFCFCF. Windows color (decimal): -1000723 or 15579888. OLE color: 15579888.

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

Color convert

RGB 240 186 237 -
CMYK 0 0.22 0.01 0.06
HSL 303.33º 0.64% 0.84% -
HSV(B) 303.33º 0.23% 0.94% -
XYZ 68.78 59.76 88.03 -
YUV 207.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 240 186 237 0 0.22 0.01 0.06 303.33 0.64 0.84
Hex F0 BA ED 0 16 1 6 12F 40 54
Octal 360 272 355 0 26 1 6 457 100 124
Binary 11110000 10111010 11101101 0 10110 1 110 100101111 1000000 1010100

Color Harmonies of #F0BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAED

Black with #F0BAED

Text Example


Text Example

White with #F0BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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