Shades of Classic Rose #FBC9EC
Tints of Classic Rose #FBC9EC
RGB
CMYK
RGB Variations
Color information
#FBC9EC (or 0xFBC9EC) is known color: Classic Rose. HEX triplet: FB, C9 and EC. RGB value is (251,201,236). Sum of RGB (Red+Green+Blue) = 251+201+236=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC9EC is #043613. Grayscale: #DBDBDB. Windows color (decimal): -275988 or 15518203. OLE color: 15518203.
HSL color Cylindrical-coordinate representation of color #FBC9EC: hue angle of 318º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC9EC is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 236 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.02 |
| HSL | 318º | 0.86% | 0.89% | - |
| HSV(B) | 318º | 0.2% | 0.98% | - |
| XYZ | 75.81 | 68.34 | 88.55 | - |
| YUV | 219.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 236 | 0 | 0.20 | 0.06 | 0.02 | 318 | 0.86 | 0.89 |
| Hex | FB | C9 | EC | 0 | 14 | 6 | 2 | 13E | 56 | 59 |
| Octal | 373 | 311 | 354 | 0 | 24 | 6 | 2 | 476 | 126 | 131 |
| Binary | 11111011 | 11001001 | 11101100 | 0 | 10100 | 110 | 10 | 100111110 | 1010110 | 1011001 |
Color Harmonies of #FBC9EC
Complementary color
Monochromatic Colors of #FBC9EC
Black with #FBC9EC
Text Example
Text Example
White with #FBC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9EC; }
p { color: rgb(251,201,236); }
H1.HeaderClassName
{
color: #FBC9EC;
}
.AnyTagClassName
{
color: #FBC9EC;
}
</style>
background-color css
<style>
a { background-color: #FBC9EC; }
a { background-color: rgb(251,201,236); }
div.DivClassName
{
background-color: #FBC9EC;
}
.BgClassName
{
background-color: #FBC9EC;
}
</style>
border-color css
<style>
span { border-color: #FBC9EC; }
span { border-color: rgb(251,201,236); }
td.TdClassName
{
border-color: #FBC9EC;
}
.TagClassName
{
border-color: #FBC9EC;
}
</style>