Html Css Color HEX #F0B9DF French Lilac

📋 copy color: '#F0B9DF'

red 240 ◦ green 185 ◦ blue 223

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

Shades of French Lilac #F0B9DF

Tints of French Lilac #F0B9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.41%

R = 37.04%
G = 28.55%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0B9DF (or 0xF0B9DF) is known color: French Lilac. HEX triplet: F0, B9 and DF. RGB value is (240,185,223). Sum of RGB (Red+Green+Blue) = 240+185+223=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 185 (72.66% from 255 or 28.55% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9DF is #0F4620. Grayscale: #CDCDCD. Windows color (decimal): -1000993 or 14662128. OLE color: 14662128.

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

Color convert

RGB 240 185 223 -
CMYK 0 0.23 0.07 0.06
HSL 318.55º 0.65% 0.83% -
HSV(B) 318.55º 0.23% 0.94% -
XYZ 66.6 58.55 77.6 -
YUV 205.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 240 185 223 0 0.23 0.07 0.06 318.55 0.65 0.83
Hex F0 B9 DF 0 17 7 6 13F 41 53
Octal 360 271 337 0 27 7 6 477 101 123
Binary 11110000 10111001 11011111 0 10111 111 110 100111111 1000001 1010011

Color Harmonies of #F0B9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9DF

Black with #F0B9DF

Text Example


Text Example

White with #F0B9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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