Shades of Classic Rose #FBC6DC
Tints of Classic Rose #FBC6DC
RGB
CMYK
RGB Variations
Color information
#FBC6DC (or 0xFBC6DC) is known color: Classic Rose. HEX triplet: FB, C6 and DC. RGB value is (251,198,220). Sum of RGB (Red+Green+Blue) = 251+198+220=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6DC is #043923. Grayscale: #D8D8D8. Windows color (decimal): -276772 or 14468859. OLE color: 14468859.
HSL color Cylindrical-coordinate representation of color #FBC6DC: hue angle of 335.09º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC6DC is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 220 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.02 |
| HSL | 335.09º | 0.87% | 0.88% | - |
| HSV(B) | 335.09º | 0.21% | 0.98% | - |
| XYZ | 72.9 | 66.06 | 76.62 | - |
| YUV | 216.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 220 | 0 | 0.21 | 0.12 | 0.02 | 335.09 | 0.87 | 0.88 |
| Hex | FB | C6 | DC | 0 | 15 | C | 2 | 14F | 57 | 58 |
| Octal | 373 | 306 | 334 | 0 | 25 | 14 | 2 | 517 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11011100 | 0 | 10101 | 1100 | 10 | 101001111 | 1010111 | 1011000 |
Color Harmonies of #FBC6DC
Complementary color
Monochromatic Colors of #FBC6DC
Black with #FBC6DC
Text Example
Text Example
White with #FBC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6DC; }
p { color: rgb(251,198,220); }
H1.HeaderClassName
{
color: #FBC6DC;
}
.AnyTagClassName
{
color: #FBC6DC;
}
</style>
background-color css
<style>
a { background-color: #FBC6DC; }
a { background-color: rgb(251,198,220); }
div.DivClassName
{
background-color: #FBC6DC;
}
.BgClassName
{
background-color: #FBC6DC;
}
</style>
border-color css
<style>
span { border-color: #FBC6DC; }
span { border-color: rgb(251,198,220); }
td.TdClassName
{
border-color: #FBC6DC;
}
.TagClassName
{
border-color: #FBC6DC;
}
</style>