Shades of Classic Rose #FBC8DA
Tints of Classic Rose #FBC8DA
RGB
CMYK
RGB Variations
Color information
#FBC8DA (or 0xFBC8DA) is known color: Classic Rose. HEX triplet: FB, C8 and DA. RGB value is (251,200,218). Sum of RGB (Red+Green+Blue) = 251+200+218=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8DA is #043725. Grayscale: #D9D9D9. Windows color (decimal): -276262 or 14338299. OLE color: 14338299.
HSL color Cylindrical-coordinate representation of color #FBC8DA: hue angle of 338.82º 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 #FBC8DA is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 218 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.02 |
| HSL | 338.82º | 0.86% | 0.88% | - |
| HSV(B) | 338.82º | 0.2% | 0.98% | - |
| XYZ | 73.09 | 66.88 | 75.39 | - |
| YUV | 217.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 218 | 0 | 0.20 | 0.13 | 0.02 | 338.82 | 0.86 | 0.88 |
| Hex | FB | C8 | DA | 0 | 14 | D | 2 | 153 | 56 | 58 |
| Octal | 373 | 310 | 332 | 0 | 24 | 15 | 2 | 523 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11011010 | 0 | 10100 | 1101 | 10 | 101010011 | 1010110 | 1011000 |
Color Harmonies of #FBC8DA
Complementary color
Monochromatic Colors of #FBC8DA
Black with #FBC8DA
Text Example
Text Example
White with #FBC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8DA; }
p { color: rgb(251,200,218); }
H1.HeaderClassName
{
color: #FBC8DA;
}
.AnyTagClassName
{
color: #FBC8DA;
}
</style>
background-color css
<style>
a { background-color: #FBC8DA; }
a { background-color: rgb(251,200,218); }
div.DivClassName
{
background-color: #FBC8DA;
}
.BgClassName
{
background-color: #FBC8DA;
}
</style>
border-color css
<style>
span { border-color: #FBC8DA; }
span { border-color: rgb(251,200,218); }
td.TdClassName
{
border-color: #FBC8DA;
}
.TagClassName
{
border-color: #FBC8DA;
}
</style>