Shades of Classic Rose #FBC8DF
Tints of Classic Rose #FBC8DF
RGB
CMYK
RGB Variations
Color information
#FBC8DF (or 0xFBC8DF) is known color: Classic Rose. HEX triplet: FB, C8 and DF. RGB value is (251,200,223). Sum of RGB (Red+Green+Blue) = 251+200+223=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 200 (78.52% from 255 or 29.67% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8DF is #043720. Grayscale: #D9D9D9. Windows color (decimal): -276257 or 14665979. OLE color: 14665979.
HSL color Cylindrical-coordinate representation of color #FBC8DF: hue angle of 332.94º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8DF is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 223 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.02 |
| HSL | 332.94º | 0.86% | 0.88% | - |
| HSV(B) | 332.94º | 0.2% | 0.98% | - |
| XYZ | 73.76 | 67.15 | 78.88 | - |
| YUV | 217.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 223 | 0 | 0.20 | 0.11 | 0.02 | 332.94 | 0.86 | 0.88 |
| Hex | FB | C8 | DF | 0 | 14 | B | 2 | 14D | 56 | 58 |
| Octal | 373 | 310 | 337 | 0 | 24 | 13 | 2 | 515 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11011111 | 0 | 10100 | 1011 | 10 | 101001101 | 1010110 | 1011000 |
Color Harmonies of #FBC8DF
Complementary color
Monochromatic Colors of #FBC8DF
Black with #FBC8DF
Text Example
Text Example
White with #FBC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8DF; }
p { color: rgb(251,200,223); }
H1.HeaderClassName
{
color: #FBC8DF;
}
.AnyTagClassName
{
color: #FBC8DF;
}
</style>
background-color css
<style>
a { background-color: #FBC8DF; }
a { background-color: rgb(251,200,223); }
div.DivClassName
{
background-color: #FBC8DF;
}
.BgClassName
{
background-color: #FBC8DF;
}
</style>
border-color css
<style>
span { border-color: #FBC8DF; }
span { border-color: rgb(251,200,223); }
td.TdClassName
{
border-color: #FBC8DF;
}
.TagClassName
{
border-color: #FBC8DF;
}
</style>