Shades of Classic Rose #FBC0DA
Tints of Classic Rose #FBC0DA
RGB
CMYK
RGB Variations
Color information
#FBC0DA (or 0xFBC0DA) is known color: Classic Rose. HEX triplet: FB, C0 and DA. RGB value is (251,192,218). Sum of RGB (Red+Green+Blue) = 251+192+218=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0DA is #043F25. Grayscale: #D4D4D4. Windows color (decimal): -278310 or 14336251. OLE color: 14336251.
HSL color Cylindrical-coordinate representation of color #FBC0DA: hue angle of 333.56º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBC0DA is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 218 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.02 |
| HSL | 333.56º | 0.88% | 0.87% | - |
| HSV(B) | 333.56º | 0.24% | 0.98% | - |
| XYZ | 71.29 | 63.27 | 74.78 | - |
| YUV | 212.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 218 | 0 | 0.24 | 0.13 | 0.02 | 333.56 | 0.88 | 0.87 |
| Hex | FB | C0 | DA | 0 | 18 | D | 2 | 14E | 58 | 57 |
| Octal | 373 | 300 | 332 | 0 | 30 | 15 | 2 | 516 | 130 | 127 |
| Binary | 11111011 | 11000000 | 11011010 | 0 | 11000 | 1101 | 10 | 101001110 | 1011000 | 1010111 |
Color Harmonies of #FBC0DA
Complementary color
Monochromatic Colors of #FBC0DA
Black with #FBC0DA
Text Example
Text Example
White with #FBC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0DA; }
p { color: rgb(251,192,218); }
H1.HeaderClassName
{
color: #FBC0DA;
}
.AnyTagClassName
{
color: #FBC0DA;
}
</style>
background-color css
<style>
a { background-color: #FBC0DA; }
a { background-color: rgb(251,192,218); }
div.DivClassName
{
background-color: #FBC0DA;
}
.BgClassName
{
background-color: #FBC0DA;
}
</style>
border-color css
<style>
span { border-color: #FBC0DA; }
span { border-color: rgb(251,192,218); }
td.TdClassName
{
border-color: #FBC0DA;
}
.TagClassName
{
border-color: #FBC0DA;
}
</style>