Html Css Color HEX #F0B9DE French Lilac

📋 copy color: '#F0B9DE'

red 240 ◦ green 185 ◦ blue 222

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

Shades of French Lilac #F0B9DE

Tints of French Lilac #F0B9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.31%

R = 37.09%
G = 28.59%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0B9DE (or 0xF0B9DE) is known color: French Lilac. HEX triplet: F0, B9 and DE. RGB value is (240,185,222). Sum of RGB (Red+Green+Blue) = 240+185+222=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9DE is #0F4621. Grayscale: #CDCDCD. Windows color (decimal): -1000994 or 14596592. OLE color: 14596592.

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

Color convert

RGB 240 185 222 -
CMYK 0 0.23 0.08 0.06
HSL 319.64º 0.65% 0.83% -
HSV(B) 319.64º 0.23% 0.94% -
XYZ 66.47 58.5 76.9 -
YUV 205.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 240 185 222 0 0.23 0.08 0.06 319.64 0.65 0.83
Hex F0 B9 DE 0 17 8 6 140 41 53
Octal 360 271 336 0 27 10 6 500 101 123
Binary 11110000 10111001 11011110 0 10111 1000 110 101000000 1000001 1010011

Color Harmonies of #F0B9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9DE

Black with #F0B9DE

Text Example


Text Example

White with #F0B9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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