Shades of Classic Rose #FBC4DB
Tints of Classic Rose #FBC4DB
RGB
CMYK
RGB Variations
Color information
#FBC4DB (or 0xFBC4DB) is known color: Classic Rose. HEX triplet: FB, C4 and DB. RGB value is (251,196,219). Sum of RGB (Red+Green+Blue) = 251+196+219=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 196 (76.95% from 255 or 29.43% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4DB is #043B24. Grayscale: #D7D7D7. Windows color (decimal): -277285 or 14402811. OLE color: 14402811.
HSL color Cylindrical-coordinate representation of color #FBC4DB: hue angle of 334.91º 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 #FBC4DB is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 219 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.02 |
| HSL | 334.91º | 0.87% | 0.88% | - |
| HSV(B) | 334.91º | 0.22% | 0.98% | - |
| XYZ | 72.31 | 65.1 | 75.77 | - |
| YUV | 215.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 219 | 0 | 0.22 | 0.13 | 0.02 | 334.91 | 0.87 | 0.88 |
| Hex | FB | C4 | DB | 0 | 16 | D | 2 | 14F | 57 | 58 |
| Octal | 373 | 304 | 333 | 0 | 26 | 15 | 2 | 517 | 127 | 130 |
| Binary | 11111011 | 11000100 | 11011011 | 0 | 10110 | 1101 | 10 | 101001111 | 1010111 | 1011000 |
Color Harmonies of #FBC4DB
Complementary color
Monochromatic Colors of #FBC4DB
Black with #FBC4DB
Text Example
Text Example
White with #FBC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC4DB; }
p { color: rgb(251,196,219); }
H1.HeaderClassName
{
color: #FBC4DB;
}
.AnyTagClassName
{
color: #FBC4DB;
}
</style>
background-color css
<style>
a { background-color: #FBC4DB; }
a { background-color: rgb(251,196,219); }
div.DivClassName
{
background-color: #FBC4DB;
}
.BgClassName
{
background-color: #FBC4DB;
}
</style>
border-color css
<style>
span { border-color: #FBC4DB; }
span { border-color: rgb(251,196,219); }
td.TdClassName
{
border-color: #FBC4DB;
}
.TagClassName
{
border-color: #FBC4DB;
}
</style>