Shades of Classic Rose #FBC2DB
Tints of Classic Rose #FBC2DB
RGB
CMYK
RGB Variations
Color information
#FBC2DB (or 0xFBC2DB) is known color: Classic Rose. HEX triplet: FB, C2 and DB. RGB value is (251,194,219). Sum of RGB (Red+Green+Blue) = 251+194+219=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2DB is #043D24. Grayscale: #D5D5D5. Windows color (decimal): -277797 or 14402299. OLE color: 14402299.
HSL color Cylindrical-coordinate representation of color #FBC2DB: hue angle of 333.68º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC2DB is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 219 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.02 |
| HSL | 333.68º | 0.88% | 0.87% | - |
| HSV(B) | 333.68º | 0.23% | 0.98% | - |
| XYZ | 71.86 | 64.21 | 75.62 | - |
| YUV | 213.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 219 | 0 | 0.23 | 0.13 | 0.02 | 333.68 | 0.88 | 0.87 |
| Hex | FB | C2 | DB | 0 | 17 | D | 2 | 14E | 58 | 57 |
| Octal | 373 | 302 | 333 | 0 | 27 | 15 | 2 | 516 | 130 | 127 |
| Binary | 11111011 | 11000010 | 11011011 | 0 | 10111 | 1101 | 10 | 101001110 | 1011000 | 1010111 |
Color Harmonies of #FBC2DB
Complementary color
Monochromatic Colors of #FBC2DB
Black with #FBC2DB
Text Example
Text Example
White with #FBC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2DB; }
p { color: rgb(251,194,219); }
H1.HeaderClassName
{
color: #FBC2DB;
}
.AnyTagClassName
{
color: #FBC2DB;
}
</style>
background-color css
<style>
a { background-color: #FBC2DB; }
a { background-color: rgb(251,194,219); }
div.DivClassName
{
background-color: #FBC2DB;
}
.BgClassName
{
background-color: #FBC2DB;
}
</style>
border-color css
<style>
span { border-color: #FBC2DB; }
span { border-color: rgb(251,194,219); }
td.TdClassName
{
border-color: #FBC2DB;
}
.TagClassName
{
border-color: #FBC2DB;
}
</style>