Html Css Color HEX #F0B9EA French Lilac

📋 copy color: '#F0B9EA'

red 240 ◦ green 185 ◦ blue 234

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

Shades of French Lilac #F0B9EA

Tints of French Lilac #F0B9EA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.07%

 BLUE value IS 234 (91.8% from 255) = 35.51%

R = 36.42%
G = 28.07%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0B9EA (or 0xF0B9EA) is known color: French Lilac. HEX triplet: F0, B9 and EA. RGB value is (240,185,234). Sum of RGB (Red+Green+Blue) = 240+185+234=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B9EA is #0F4615. Grayscale: #CECECE. Windows color (decimal): -1000982 or 15383024. OLE color: 15383024.

HSL color Cylindrical-coordinate representation of color #F0B9EA: hue angle of 306.55º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B9EA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 185 234 -
CMYK 0 0.23 0.02 0.06
HSL 306.55º 0.65% 0.83% -
HSV(B) 306.55º 0.23% 0.94% -
XYZ 68.14 59.16 85.67 -
YUV 207.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 240 185 234 0 0.23 0.02 0.06 306.55 0.65 0.83
Hex F0 B9 EA 0 17 2 6 133 41 53
Octal 360 271 352 0 27 2 6 463 101 123
Binary 11110000 10111001 11101010 0 10111 10 110 100110011 1000001 1010011

Color Harmonies of #F0B9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9EA

Black with #F0B9EA

Text Example


Text Example

White with #F0B9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9EA; }

 p { color: rgb(240,185,234); }

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

background-color css

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

 a { background-color: rgb(240,185,234); }

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

border-color css

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

 span { border-color: rgb(240,185,234); }

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