Html Css Color HEX #F0B9DD Classic Rose

📋 copy color: '#F0B9DD'

red 240 ◦ green 185 ◦ blue 221

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

Shades of Classic Rose #F0B9DD

Tints of Classic Rose #F0B9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.21%

R = 37.15%
G = 28.64%
B = 34.21%

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

#F0B9DD (or 0xF0B9DD) is known color: Classic Rose. HEX triplet: F0, B9 and DD. RGB value is (240,185,221). Sum of RGB (Red+Green+Blue) = 240+185+221=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9DD is #0F4622. Grayscale: #CDCDCD. Windows color (decimal): -1000995 or 14531056. OLE color: 14531056.

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

Color convert

RGB 240 185 221 -
CMYK 0 0.23 0.08 0.06
HSL 320.73º 0.65% 0.83% -
HSV(B) 320.73º 0.23% 0.94% -
XYZ 66.34 58.44 76.19 -
YUV 205.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 240 185 221 0 0.23 0.08 0.06 320.73 0.65 0.83
Hex F0 B9 DD 0 17 8 6 141 41 53
Octal 360 271 335 0 27 10 6 501 101 123
Binary 11110000 10111001 11011101 0 10111 1000 110 101000001 1000001 1010011

Color Harmonies of #F0B9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9DD

Black with #F0B9DD

Text Example


Text Example

White with #F0B9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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