Shades of Classic Rose #FBC8DC
Tints of Classic Rose #FBC8DC
RGB
CMYK
RGB Variations
Color information
#FBC8DC (or 0xFBC8DC) is known color: Classic Rose. HEX triplet: FB, C8 and DC. RGB value is (251,200,220). Sum of RGB (Red+Green+Blue) = 251+200+220=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 200 (78.52% from 255 or 29.81% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8DC is #043723. Grayscale: #D9D9D9. Windows color (decimal): -276260 or 14469371. OLE color: 14469371.
HSL color Cylindrical-coordinate representation of color #FBC8DC: hue angle of 336.47º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8DC is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 220 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.02 |
| HSL | 336.47º | 0.86% | 0.88% | - |
| HSV(B) | 336.47º | 0.2% | 0.98% | - |
| XYZ | 73.36 | 66.99 | 76.77 | - |
| YUV | 217.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 220 | 0 | 0.20 | 0.12 | 0.02 | 336.47 | 0.86 | 0.88 |
| Hex | FB | C8 | DC | 0 | 14 | C | 2 | 150 | 56 | 58 |
| Octal | 373 | 310 | 334 | 0 | 24 | 14 | 2 | 520 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11011100 | 0 | 10100 | 1100 | 10 | 101010000 | 1010110 | 1011000 |
Color Harmonies of #FBC8DC
Complementary color
Monochromatic Colors of #FBC8DC
Black with #FBC8DC
Text Example
Text Example
White with #FBC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8DC; }
p { color: rgb(251,200,220); }
H1.HeaderClassName
{
color: #FBC8DC;
}
.AnyTagClassName
{
color: #FBC8DC;
}
</style>
background-color css
<style>
a { background-color: #FBC8DC; }
a { background-color: rgb(251,200,220); }
div.DivClassName
{
background-color: #FBC8DC;
}
.BgClassName
{
background-color: #FBC8DC;
}
</style>
border-color css
<style>
span { border-color: #FBC8DC; }
span { border-color: rgb(251,200,220); }
td.TdClassName
{
border-color: #FBC8DC;
}
.TagClassName
{
border-color: #FBC8DC;
}
</style>