Shades of Classic Rose #FBC7E8
Tints of Classic Rose #FBC7E8
RGB
CMYK
RGB Variations
Color information
#FBC7E8 (or 0xFBC7E8) is known color: Classic Rose. HEX triplet: FB, C7 and E8. RGB value is (251,199,232). Sum of RGB (Red+Green+Blue) = 251+199+232=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 199 (78.12% from 255 or 29.18% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC7E8 is #043817. Grayscale: #DADADA. Windows color (decimal): -276504 or 15255547. OLE color: 15255547.
HSL color Cylindrical-coordinate representation of color #FBC7E8: hue angle of 321.92º 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 #FBC7E8 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 232 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.02 |
| HSL | 321.92º | 0.87% | 0.88% | - |
| HSV(B) | 321.92º | 0.21% | 0.98% | - |
| XYZ | 74.77 | 67.18 | 85.37 | - |
| YUV | 218.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 232 | 0 | 0.21 | 0.08 | 0.02 | 321.92 | 0.87 | 0.88 |
| Hex | FB | C7 | E8 | 0 | 15 | 8 | 2 | 142 | 57 | 58 |
| Octal | 373 | 307 | 350 | 0 | 25 | 10 | 2 | 502 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11101000 | 0 | 10101 | 1000 | 10 | 101000010 | 1010111 | 1011000 |
Color Harmonies of #FBC7E8
Complementary color
Monochromatic Colors of #FBC7E8
Black with #FBC7E8
Text Example
Text Example
White with #FBC7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7E8; }
p { color: rgb(251,199,232); }
H1.HeaderClassName
{
color: #FBC7E8;
}
.AnyTagClassName
{
color: #FBC7E8;
}
</style>
background-color css
<style>
a { background-color: #FBC7E8; }
a { background-color: rgb(251,199,232); }
div.DivClassName
{
background-color: #FBC7E8;
}
.BgClassName
{
background-color: #FBC7E8;
}
</style>
border-color css
<style>
span { border-color: #FBC7E8; }
span { border-color: rgb(251,199,232); }
td.TdClassName
{
border-color: #FBC7E8;
}
.TagClassName
{
border-color: #FBC7E8;
}
</style>