Shades of Classic Rose #FBCCDD
Tints of Classic Rose #FBCCDD
RGB
CMYK
RGB Variations
Color information
#FBCCDD (or 0xFBCCDD) is known color: Classic Rose. HEX triplet: FB, CC and DD. RGB value is (251,204,221). Sum of RGB (Red+Green+Blue) = 251+204+221=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCDD is #043322. Grayscale: #DBDBDB. Windows color (decimal): -275235 or 14535931. OLE color: 14535931.
HSL color Cylindrical-coordinate representation of color #FBCCDD: hue angle of 338.3º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCDD is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 221 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.02 |
| HSL | 338.3º | 0.85% | 0.89% | - |
| HSV(B) | 338.3º | 0.19% | 0.98% | - |
| XYZ | 74.43 | 68.92 | 77.79 | - |
| YUV | 219.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 221 | 0 | 0.19 | 0.12 | 0.02 | 338.3 | 0.85 | 0.89 |
| Hex | FB | CC | DD | 0 | 13 | C | 2 | 152 | 55 | 59 |
| Octal | 373 | 314 | 335 | 0 | 23 | 14 | 2 | 522 | 125 | 131 |
| Binary | 11111011 | 11001100 | 11011101 | 0 | 10011 | 1100 | 10 | 101010010 | 1010101 | 1011001 |
Color Harmonies of #FBCCDD
Complementary color
Monochromatic Colors of #FBCCDD
Black with #FBCCDD
Text Example
Text Example
White with #FBCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCDD; }
p { color: rgb(251,204,221); }
H1.HeaderClassName
{
color: #FBCCDD;
}
.AnyTagClassName
{
color: #FBCCDD;
}
</style>
background-color css
<style>
a { background-color: #FBCCDD; }
a { background-color: rgb(251,204,221); }
div.DivClassName
{
background-color: #FBCCDD;
}
.BgClassName
{
background-color: #FBCCDD;
}
</style>
border-color css
<style>
span { border-color: #FBCCDD; }
span { border-color: rgb(251,204,221); }
td.TdClassName
{
border-color: #FBCCDD;
}
.TagClassName
{
border-color: #FBCCDD;
}
</style>