Shades of Classic Rose #FBC0DB
Tints of Classic Rose #FBC0DB
RGB
CMYK
RGB Variations
Color information
#FBC0DB (or 0xFBC0DB) is known color: Classic Rose. HEX triplet: FB, C0 and DB. RGB value is (251,192,219). Sum of RGB (Red+Green+Blue) = 251+192+219=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0DB is #043F24. Grayscale: #D4D4D4. Windows color (decimal): -278309 or 14401787. OLE color: 14401787.
HSL color Cylindrical-coordinate representation of color #FBC0DB: hue angle of 332.54º 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 #FBC0DB is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 219 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.02 |
| HSL | 332.54º | 0.88% | 0.87% | - |
| HSV(B) | 332.54º | 0.24% | 0.98% | - |
| XYZ | 71.42 | 63.32 | 75.48 | - |
| YUV | 212.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 219 | 0 | 0.24 | 0.13 | 0.02 | 332.54 | 0.88 | 0.87 |
| Hex | FB | C0 | DB | 0 | 18 | D | 2 | 14D | 58 | 57 |
| Octal | 373 | 300 | 333 | 0 | 30 | 15 | 2 | 515 | 130 | 127 |
| Binary | 11111011 | 11000000 | 11011011 | 0 | 11000 | 1101 | 10 | 101001101 | 1011000 | 1010111 |
Color Harmonies of #FBC0DB
Complementary color
Monochromatic Colors of #FBC0DB
Black with #FBC0DB
Text Example
Text Example
White with #FBC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0DB; }
p { color: rgb(251,192,219); }
H1.HeaderClassName
{
color: #FBC0DB;
}
.AnyTagClassName
{
color: #FBC0DB;
}
</style>
background-color css
<style>
a { background-color: #FBC0DB; }
a { background-color: rgb(251,192,219); }
div.DivClassName
{
background-color: #FBC0DB;
}
.BgClassName
{
background-color: #FBC0DB;
}
</style>
border-color css
<style>
span { border-color: #FBC0DB; }
span { border-color: rgb(251,192,219); }
td.TdClassName
{
border-color: #FBC0DB;
}
.TagClassName
{
border-color: #FBC0DB;
}
</style>