Shades of Classic Rose #FBC5DF
Tints of Classic Rose #FBC5DF
RGB
CMYK
RGB Variations
Color information
#FBC5DF (or 0xFBC5DF) is known color: Classic Rose. HEX triplet: FB, C5 and DF. RGB value is (251,197,223). Sum of RGB (Red+Green+Blue) = 251+197+223=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 197 (77.34% from 255 or 29.36% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5DF is #043A20. Grayscale: #D8D8D8. Windows color (decimal): -277025 or 14665211. OLE color: 14665211.
HSL color Cylindrical-coordinate representation of color #FBC5DF: hue angle of 331.11º 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 #FBC5DF is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 223 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.02 |
| HSL | 331.11º | 0.87% | 0.88% | - |
| HSV(B) | 331.11º | 0.22% | 0.98% | - |
| XYZ | 73.07 | 65.77 | 78.66 | - |
| YUV | 216.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 223 | 0 | 0.22 | 0.11 | 0.02 | 331.11 | 0.87 | 0.88 |
| Hex | FB | C5 | DF | 0 | 16 | B | 2 | 14B | 57 | 58 |
| Octal | 373 | 305 | 337 | 0 | 26 | 13 | 2 | 513 | 127 | 130 |
| Binary | 11111011 | 11000101 | 11011111 | 0 | 10110 | 1011 | 10 | 101001011 | 1010111 | 1011000 |
Color Harmonies of #FBC5DF
Complementary color
Monochromatic Colors of #FBC5DF
Black with #FBC5DF
Text Example
Text Example
White with #FBC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5DF; }
p { color: rgb(251,197,223); }
H1.HeaderClassName
{
color: #FBC5DF;
}
.AnyTagClassName
{
color: #FBC5DF;
}
</style>
background-color css
<style>
a { background-color: #FBC5DF; }
a { background-color: rgb(251,197,223); }
div.DivClassName
{
background-color: #FBC5DF;
}
.BgClassName
{
background-color: #FBC5DF;
}
</style>
border-color css
<style>
span { border-color: #FBC5DF; }
span { border-color: rgb(251,197,223); }
td.TdClassName
{
border-color: #FBC5DF;
}
.TagClassName
{
border-color: #FBC5DF;
}
</style>