Html Css Color HEX #F0B9EF French Lilac

📋 copy color: '#F0B9EF'

red 240 ◦ green 185 ◦ blue 239

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

Shades of French Lilac #F0B9EF

Tints of French Lilac #F0B9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.99%

R = 36.14%
G = 27.86%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F0B9EF (or 0xF0B9EF) is known color: French Lilac. HEX triplet: F0, B9 and EF. RGB value is (240,185,239). Sum of RGB (Red+Green+Blue) = 240+185+239=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B9EF is #0F4610. Grayscale: #CFCFCF. Windows color (decimal): -1000977 or 15710704. OLE color: 15710704.

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

Color convert

RGB 240 185 239 -
CMYK 0 0.23 0.00 0.06
HSL 301.09º 0.65% 0.83% -
HSV(B) 301.09º 0.23% 0.94% -
XYZ 68.86 59.46 89.51 -
YUV 207.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 240 185 239 0 0.23 0.00 0.06 301.09 0.65 0.83
Hex F0 B9 EF 0 17 0 6 12D 41 53
Octal 360 271 357 0 27 0 6 455 101 123
Binary 11110000 10111001 11101111 0 10111 0 110 100101101 1000001 1010011

Color Harmonies of #F0B9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9EF

Black with #F0B9EF

Text Example


Text Example

White with #F0B9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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