Shades of Classic Rose #FBC5DD
Tints of Classic Rose #FBC5DD
RGB
CMYK
RGB Variations
Color information
#FBC5DD (or 0xFBC5DD) is known color: Classic Rose. HEX triplet: FB, C5 and DD. RGB value is (251,197,221). Sum of RGB (Red+Green+Blue) = 251+197+221=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 197 (77.34% from 255 or 29.45% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5DD is #043A22. Grayscale: #D7D7D7. Windows color (decimal): -277027 or 14534139. OLE color: 14534139.
HSL color Cylindrical-coordinate representation of color #FBC5DD: hue angle of 333.33º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC5DD is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 221 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.02 |
| HSL | 333.33º | 0.87% | 0.88% | - |
| HSV(B) | 333.33º | 0.22% | 0.98% | - |
| XYZ | 72.8 | 65.66 | 77.24 | - |
| YUV | 215.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 221 | 0 | 0.22 | 0.12 | 0.02 | 333.33 | 0.87 | 0.88 |
| Hex | FB | C5 | DD | 0 | 16 | C | 2 | 14D | 57 | 58 |
| Octal | 373 | 305 | 335 | 0 | 26 | 14 | 2 | 515 | 127 | 130 |
| Binary | 11111011 | 11000101 | 11011101 | 0 | 10110 | 1100 | 10 | 101001101 | 1010111 | 1011000 |
Color Harmonies of #FBC5DD
Complementary color
Monochromatic Colors of #FBC5DD
Black with #FBC5DD
Text Example
Text Example
White with #FBC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5DD; }
p { color: rgb(251,197,221); }
H1.HeaderClassName
{
color: #FBC5DD;
}
.AnyTagClassName
{
color: #FBC5DD;
}
</style>
background-color css
<style>
a { background-color: #FBC5DD; }
a { background-color: rgb(251,197,221); }
div.DivClassName
{
background-color: #FBC5DD;
}
.BgClassName
{
background-color: #FBC5DD;
}
</style>
border-color css
<style>
span { border-color: #FBC5DD; }
span { border-color: rgb(251,197,221); }
td.TdClassName
{
border-color: #FBC5DD;
}
.TagClassName
{
border-color: #FBC5DD;
}
</style>