Shades of Classic Rose #FBC4DC
Tints of Classic Rose #FBC4DC
RGB
CMYK
RGB Variations
Color information
#FBC4DC (or 0xFBC4DC) is known color: Classic Rose. HEX triplet: FB, C4 and DC. RGB value is (251,196,220). Sum of RGB (Red+Green+Blue) = 251+196+220=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 196 (76.95% from 255 or 29.39% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4DC is #043B23. Grayscale: #D7D7D7. Windows color (decimal): -277284 or 14468347. OLE color: 14468347.
HSL color Cylindrical-coordinate representation of color #FBC4DC: hue angle of 333.82º 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 #FBC4DC is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 220 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.02 |
| HSL | 333.82º | 0.87% | 0.88% | - |
| HSV(B) | 333.82º | 0.22% | 0.98% | - |
| XYZ | 72.44 | 65.16 | 76.47 | - |
| YUV | 215.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 220 | 0 | 0.22 | 0.12 | 0.02 | 333.82 | 0.87 | 0.88 |
| Hex | FB | C4 | DC | 0 | 16 | C | 2 | 14E | 57 | 58 |
| Octal | 373 | 304 | 334 | 0 | 26 | 14 | 2 | 516 | 127 | 130 |
| Binary | 11111011 | 11000100 | 11011100 | 0 | 10110 | 1100 | 10 | 101001110 | 1010111 | 1011000 |
Color Harmonies of #FBC4DC
Complementary color
Monochromatic Colors of #FBC4DC
Black with #FBC4DC
Text Example
Text Example
White with #FBC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC4DC; }
p { color: rgb(251,196,220); }
H1.HeaderClassName
{
color: #FBC4DC;
}
.AnyTagClassName
{
color: #FBC4DC;
}
</style>
background-color css
<style>
a { background-color: #FBC4DC; }
a { background-color: rgb(251,196,220); }
div.DivClassName
{
background-color: #FBC4DC;
}
.BgClassName
{
background-color: #FBC4DC;
}
</style>
border-color css
<style>
span { border-color: #FBC4DC; }
span { border-color: rgb(251,196,220); }
td.TdClassName
{
border-color: #FBC4DC;
}
.TagClassName
{
border-color: #FBC4DC;
}
</style>