Shades of Classic Rose #FBC0DC
Tints of Classic Rose #FBC0DC
RGB
CMYK
RGB Variations
Color information
#FBC0DC (or 0xFBC0DC) is known color: Classic Rose. HEX triplet: FB, C0 and DC. RGB value is (251,192,220). Sum of RGB (Red+Green+Blue) = 251+192+220=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0DC is #043F23. Grayscale: #D4D4D4. Windows color (decimal): -278308 or 14467323. OLE color: 14467323.
HSL color Cylindrical-coordinate representation of color #FBC0DC: hue angle of 331.53º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBC0DC is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 220 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.02 |
| HSL | 331.53º | 0.88% | 0.87% | - |
| HSV(B) | 331.53º | 0.24% | 0.98% | - |
| XYZ | 71.55 | 63.38 | 76.17 | - |
| YUV | 212.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 220 | 0 | 0.24 | 0.12 | 0.02 | 331.53 | 0.88 | 0.87 |
| Hex | FB | C0 | DC | 0 | 18 | C | 2 | 14C | 58 | 57 |
| Octal | 373 | 300 | 334 | 0 | 30 | 14 | 2 | 514 | 130 | 127 |
| Binary | 11111011 | 11000000 | 11011100 | 0 | 11000 | 1100 | 10 | 101001100 | 1011000 | 1010111 |
Color Harmonies of #FBC0DC
Complementary color
Monochromatic Colors of #FBC0DC
Black with #FBC0DC
Text Example
Text Example
White with #FBC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0DC; }
p { color: rgb(251,192,220); }
H1.HeaderClassName
{
color: #FBC0DC;
}
.AnyTagClassName
{
color: #FBC0DC;
}
</style>
background-color css
<style>
a { background-color: #FBC0DC; }
a { background-color: rgb(251,192,220); }
div.DivClassName
{
background-color: #FBC0DC;
}
.BgClassName
{
background-color: #FBC0DC;
}
</style>
border-color css
<style>
span { border-color: #FBC0DC; }
span { border-color: rgb(251,192,220); }
td.TdClassName
{
border-color: #FBC0DC;
}
.TagClassName
{
border-color: #FBC0DC;
}
</style>