Shades of Classic Rose #FBC4DF
Tints of Classic Rose #FBC4DF
RGB
CMYK
RGB Variations
Color information
#FBC4DF (or 0xFBC4DF) is known color: Classic Rose. HEX triplet: FB, C4 and DF. RGB value is (251,196,223). Sum of RGB (Red+Green+Blue) = 251+196+223=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4DF is #043B20. Grayscale: #D7D7D7. Windows color (decimal): -277281 or 14664955. OLE color: 14664955.
HSL color Cylindrical-coordinate representation of color #FBC4DF: hue angle of 330.55º 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 #FBC4DF is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 223 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.02 |
| HSL | 330.55º | 0.87% | 0.88% | - |
| HSV(B) | 330.55º | 0.22% | 0.98% | - |
| XYZ | 72.84 | 65.32 | 78.58 | - |
| YUV | 215.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 223 | 0 | 0.22 | 0.11 | 0.02 | 330.55 | 0.87 | 0.88 |
| Hex | FB | C4 | DF | 0 | 16 | B | 2 | 14B | 57 | 58 |
| Octal | 373 | 304 | 337 | 0 | 26 | 13 | 2 | 513 | 127 | 130 |
| Binary | 11111011 | 11000100 | 11011111 | 0 | 10110 | 1011 | 10 | 101001011 | 1010111 | 1011000 |
Color Harmonies of #FBC4DF
Complementary color
Monochromatic Colors of #FBC4DF
Black with #FBC4DF
Text Example
Text Example
White with #FBC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC4DF; }
p { color: rgb(251,196,223); }
H1.HeaderClassName
{
color: #FBC4DF;
}
.AnyTagClassName
{
color: #FBC4DF;
}
</style>
background-color css
<style>
a { background-color: #FBC4DF; }
a { background-color: rgb(251,196,223); }
div.DivClassName
{
background-color: #FBC4DF;
}
.BgClassName
{
background-color: #FBC4DF;
}
</style>
border-color css
<style>
span { border-color: #FBC4DF; }
span { border-color: rgb(251,196,223); }
td.TdClassName
{
border-color: #FBC4DF;
}
.TagClassName
{
border-color: #FBC4DF;
}
</style>