Shades of Classic Rose #FBC9ED
Tints of Classic Rose #FBC9ED
RGB
CMYK
RGB Variations
Color information
#FBC9ED (or 0xFBC9ED) is known color: Classic Rose. HEX triplet: FB, C9 and ED. RGB value is (251,201,237). Sum of RGB (Red+Green+Blue) = 251+201+237=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 201 (78.91% from 255 or 29.17% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC9ED is #043612. Grayscale: #DBDBDB. Windows color (decimal): -275987 or 15583739. OLE color: 15583739.
HSL color Cylindrical-coordinate representation of color #FBC9ED: hue angle of 316.8º 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 #FBC9ED is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 237 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.02 |
| HSL | 316.8º | 0.86% | 0.89% | - |
| HSV(B) | 316.8º | 0.2% | 0.98% | - |
| XYZ | 75.96 | 68.4 | 89.32 | - |
| YUV | 220.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 237 | 0 | 0.20 | 0.06 | 0.02 | 316.8 | 0.86 | 0.89 |
| Hex | FB | C9 | ED | 0 | 14 | 6 | 2 | 13D | 56 | 59 |
| Octal | 373 | 311 | 355 | 0 | 24 | 6 | 2 | 475 | 126 | 131 |
| Binary | 11111011 | 11001001 | 11101101 | 0 | 10100 | 110 | 10 | 100111101 | 1010110 | 1011001 |
Color Harmonies of #FBC9ED
Complementary color
Monochromatic Colors of #FBC9ED
Black with #FBC9ED
Text Example
Text Example
White with #FBC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9ED; }
p { color: rgb(251,201,237); }
H1.HeaderClassName
{
color: #FBC9ED;
}
.AnyTagClassName
{
color: #FBC9ED;
}
</style>
background-color css
<style>
a { background-color: #FBC9ED; }
a { background-color: rgb(251,201,237); }
div.DivClassName
{
background-color: #FBC9ED;
}
.BgClassName
{
background-color: #FBC9ED;
}
</style>
border-color css
<style>
span { border-color: #FBC9ED; }
span { border-color: rgb(251,201,237); }
td.TdClassName
{
border-color: #FBC9ED;
}
.TagClassName
{
border-color: #FBC9ED;
}
</style>