Shades of Classic Rose #FBC1DD
Tints of Classic Rose #FBC1DD
RGB
CMYK
RGB Variations
Color information
#FBC1DD (or 0xFBC1DD) is known color: Classic Rose. HEX triplet: FB, C1 and DD. RGB value is (251,193,221). Sum of RGB (Red+Green+Blue) = 251+193+221=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1DD is #043E22. Grayscale: #D5D5D5. Windows color (decimal): -278051 or 14533115. OLE color: 14533115.
HSL color Cylindrical-coordinate representation of color #FBC1DD: hue angle of 331.03º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC1DD is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 221 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.02 |
| HSL | 331.03º | 0.88% | 0.87% | - |
| HSV(B) | 331.03º | 0.23% | 0.98% | - |
| XYZ | 71.9 | 63.87 | 76.94 | - |
| YUV | 213.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 221 | 0 | 0.23 | 0.12 | 0.02 | 331.03 | 0.88 | 0.87 |
| Hex | FB | C1 | DD | 0 | 17 | C | 2 | 14B | 58 | 57 |
| Octal | 373 | 301 | 335 | 0 | 27 | 14 | 2 | 513 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11011101 | 0 | 10111 | 1100 | 10 | 101001011 | 1011000 | 1010111 |
Color Harmonies of #FBC1DD
Complementary color
Monochromatic Colors of #FBC1DD
Black with #FBC1DD
Text Example
Text Example
White with #FBC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1DD; }
p { color: rgb(251,193,221); }
H1.HeaderClassName
{
color: #FBC1DD;
}
.AnyTagClassName
{
color: #FBC1DD;
}
</style>
background-color css
<style>
a { background-color: #FBC1DD; }
a { background-color: rgb(251,193,221); }
div.DivClassName
{
background-color: #FBC1DD;
}
.BgClassName
{
background-color: #FBC1DD;
}
</style>
border-color css
<style>
span { border-color: #FBC1DD; }
span { border-color: rgb(251,193,221); }
td.TdClassName
{
border-color: #FBC1DD;
}
.TagClassName
{
border-color: #FBC1DD;
}
</style>