Shades of Classic Rose #FBC9EE
Tints of Classic Rose #FBC9EE
RGB
CMYK
RGB Variations
Color information
#FBC9EE (or 0xFBC9EE) is known color: Classic Rose. HEX triplet: FB, C9 and EE. RGB value is (251,201,238). Sum of RGB (Red+Green+Blue) = 251+201+238=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 201 (78.91% from 255 or 29.13% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC9EE is #043611. Grayscale: #DCDCDC. Windows color (decimal): -275986 or 15649275. OLE color: 15649275.
HSL color Cylindrical-coordinate representation of color #FBC9EE: hue angle of 315.6º 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 #FBC9EE is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 238 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.02 |
| HSL | 315.6º | 0.86% | 0.89% | - |
| HSV(B) | 315.6º | 0.2% | 0.98% | - |
| XYZ | 76.1 | 68.46 | 90.09 | - |
| YUV | 220.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 238 | 0 | 0.20 | 0.05 | 0.02 | 315.6 | 0.86 | 0.89 |
| Hex | FB | C9 | EE | 0 | 14 | 5 | 2 | 13C | 56 | 59 |
| Octal | 373 | 311 | 356 | 0 | 24 | 5 | 2 | 474 | 126 | 131 |
| Binary | 11111011 | 11001001 | 11101110 | 0 | 10100 | 101 | 10 | 100111100 | 1010110 | 1011001 |
Color Harmonies of #FBC9EE
Complementary color
Monochromatic Colors of #FBC9EE
Black with #FBC9EE
Text Example
Text Example
White with #FBC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9EE; }
p { color: rgb(251,201,238); }
H1.HeaderClassName
{
color: #FBC9EE;
}
.AnyTagClassName
{
color: #FBC9EE;
}
</style>
background-color css
<style>
a { background-color: #FBC9EE; }
a { background-color: rgb(251,201,238); }
div.DivClassName
{
background-color: #FBC9EE;
}
.BgClassName
{
background-color: #FBC9EE;
}
</style>
border-color css
<style>
span { border-color: #FBC9EE; }
span { border-color: rgb(251,201,238); }
td.TdClassName
{
border-color: #FBC9EE;
}
.TagClassName
{
border-color: #FBC9EE;
}
</style>