Shades of Classic Rose #FBC6DD
Tints of Classic Rose #FBC6DD
RGB
CMYK
RGB Variations
Color information
#FBC6DD (or 0xFBC6DD) is known color: Classic Rose. HEX triplet: FB, C6 and DD. RGB value is (251,198,221). Sum of RGB (Red+Green+Blue) = 251+198+221=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 198 (77.73% from 255 or 29.55% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6DD is #043922. Grayscale: #D8D8D8. Windows color (decimal): -276771 or 14534395. OLE color: 14534395.
HSL color Cylindrical-coordinate representation of color #FBC6DD: hue angle of 333.96º 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 #FBC6DD is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 221 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.02 |
| HSL | 333.96º | 0.87% | 0.88% | - |
| HSV(B) | 333.96º | 0.21% | 0.98% | - |
| XYZ | 73.03 | 66.12 | 77.32 | - |
| YUV | 216.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 221 | 0 | 0.21 | 0.12 | 0.02 | 333.96 | 0.87 | 0.88 |
| Hex | FB | C6 | DD | 0 | 15 | C | 2 | 14E | 57 | 58 |
| Octal | 373 | 306 | 335 | 0 | 25 | 14 | 2 | 516 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11011101 | 0 | 10101 | 1100 | 10 | 101001110 | 1010111 | 1011000 |
Color Harmonies of #FBC6DD
Complementary color
Monochromatic Colors of #FBC6DD
Black with #FBC6DD
Text Example
Text Example
White with #FBC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6DD; }
p { color: rgb(251,198,221); }
H1.HeaderClassName
{
color: #FBC6DD;
}
.AnyTagClassName
{
color: #FBC6DD;
}
</style>
background-color css
<style>
a { background-color: #FBC6DD; }
a { background-color: rgb(251,198,221); }
div.DivClassName
{
background-color: #FBC6DD;
}
.BgClassName
{
background-color: #FBC6DD;
}
</style>
border-color css
<style>
span { border-color: #FBC6DD; }
span { border-color: rgb(251,198,221); }
td.TdClassName
{
border-color: #FBC6DD;
}
.TagClassName
{
border-color: #FBC6DD;
}
</style>