Shades of Classic Rose #FBBFE8
Tints of Classic Rose #FBBFE8
RGB
CMYK
RGB Variations
Color information
#FBBFE8 (or 0xFBBFE8) is known color: Classic Rose. HEX triplet: FB, BF and E8. RGB value is (251,191,232). Sum of RGB (Red+Green+Blue) = 251+191+232=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFE8 is #044017. Grayscale: #D5D5D5. Windows color (decimal): -278552 or 15253499. OLE color: 15253499.
HSL color Cylindrical-coordinate representation of color #FBBFE8: hue angle of 319º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBFE8 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 232 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.02 |
| HSL | 319º | 0.88% | 0.87% | - |
| HSV(B) | 319º | 0.24% | 0.98% | - |
| XYZ | 72.98 | 63.6 | 84.77 | - |
| YUV | 213.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 232 | 0 | 0.24 | 0.08 | 0.02 | 319 | 0.88 | 0.87 |
| Hex | FB | BF | E8 | 0 | 18 | 8 | 2 | 13F | 58 | 57 |
| Octal | 373 | 277 | 350 | 0 | 30 | 10 | 2 | 477 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11101000 | 0 | 11000 | 1000 | 10 | 100111111 | 1011000 | 1010111 |
Color Harmonies of #FBBFE8
Complementary color
Monochromatic Colors of #FBBFE8
Black with #FBBFE8
Text Example
Text Example
White with #FBBFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFE8; }
p { color: rgb(251,191,232); }
H1.HeaderClassName
{
color: #FBBFE8;
}
.AnyTagClassName
{
color: #FBBFE8;
}
</style>
background-color css
<style>
a { background-color: #FBBFE8; }
a { background-color: rgb(251,191,232); }
div.DivClassName
{
background-color: #FBBFE8;
}
.BgClassName
{
background-color: #FBBFE8;
}
</style>
border-color css
<style>
span { border-color: #FBBFE8; }
span { border-color: rgb(251,191,232); }
td.TdClassName
{
border-color: #FBBFE8;
}
.TagClassName
{
border-color: #FBBFE8;
}
</style>