Html Css Color HEX #F0B9DC Classic Rose

📋 copy color: '#F0B9DC'

red 240 ◦ green 185 ◦ blue 220

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

Shades of Classic Rose #F0B9DC

Tints of Classic Rose #F0B9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 37.21%
G = 28.68%
B = 34.11%

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

#F0B9DC (or 0xF0B9DC) is known color: Classic Rose. HEX triplet: F0, B9 and DC. RGB value is (240,185,220). Sum of RGB (Red+Green+Blue) = 240+185+220=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9DC is #0F4623. Grayscale: #CDCDCD. Windows color (decimal): -1000996 or 14465520. OLE color: 14465520.

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

Color convert

RGB 240 185 220 -
CMYK 0 0.23 0.08 0.06
HSL 321.82º 0.65% 0.83% -
HSV(B) 321.82º 0.23% 0.94% -
XYZ 66.2 58.39 75.49 -
YUV 205.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 240 185 220 0 0.23 0.08 0.06 321.82 0.65 0.83
Hex F0 B9 DC 0 17 8 6 142 41 53
Octal 360 271 334 0 27 10 6 502 101 123
Binary 11110000 10111001 11011100 0 10111 1000 110 101000010 1000001 1010011

Color Harmonies of #F0B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9DC

Black with #F0B9DC

Text Example


Text Example

White with #F0B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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