Shades of Classic Rose #FBC7DE
Tints of Classic Rose #FBC7DE
RGB
CMYK
RGB Variations
Color information
#FBC7DE (or 0xFBC7DE) is known color: Classic Rose. HEX triplet: FB, C7 and DE. RGB value is (251,199,222). Sum of RGB (Red+Green+Blue) = 251+199+222=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 199 (78.12% from 255 or 29.61% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7DE is #043821. Grayscale: #D9D9D9. Windows color (decimal): -276514 or 14600187. OLE color: 14600187.
HSL color Cylindrical-coordinate representation of color #FBC7DE: hue angle of 333.46º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC7DE is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 222 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.02 |
| HSL | 333.46º | 0.87% | 0.88% | - |
| HSV(B) | 333.46º | 0.21% | 0.98% | - |
| XYZ | 73.39 | 66.63 | 78.1 | - |
| YUV | 217.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 222 | 0 | 0.21 | 0.12 | 0.02 | 333.46 | 0.87 | 0.88 |
| Hex | FB | C7 | DE | 0 | 15 | C | 2 | 14D | 57 | 58 |
| Octal | 373 | 307 | 336 | 0 | 25 | 14 | 2 | 515 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11011110 | 0 | 10101 | 1100 | 10 | 101001101 | 1010111 | 1011000 |
Color Harmonies of #FBC7DE
Complementary color
Monochromatic Colors of #FBC7DE
Black with #FBC7DE
Text Example
Text Example
White with #FBC7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7DE; }
p { color: rgb(251,199,222); }
H1.HeaderClassName
{
color: #FBC7DE;
}
.AnyTagClassName
{
color: #FBC7DE;
}
</style>
background-color css
<style>
a { background-color: #FBC7DE; }
a { background-color: rgb(251,199,222); }
div.DivClassName
{
background-color: #FBC7DE;
}
.BgClassName
{
background-color: #FBC7DE;
}
</style>
border-color css
<style>
span { border-color: #FBC7DE; }
span { border-color: rgb(251,199,222); }
td.TdClassName
{
border-color: #FBC7DE;
}
.TagClassName
{
border-color: #FBC7DE;
}
</style>