Shades of Classic Rose #FBCFE8
Tints of Classic Rose #FBCFE8
RGB
CMYK
RGB Variations
Color information
#FBCFE8 (or 0xFBCFE8) is known color: Classic Rose. HEX triplet: FB, CF and E8. RGB value is (251,207,232). Sum of RGB (Red+Green+Blue) = 251+207+232=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFE8 is #043017. Grayscale: #DEDEDE. Windows color (decimal): -274456 or 15257595. OLE color: 15257595.
HSL color Cylindrical-coordinate representation of color #FBCFE8: hue angle of 325.91º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCFE8 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 232 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.02 |
| HSL | 325.91º | 0.85% | 0.9% | - |
| HSV(B) | 325.91º | 0.18% | 0.98% | - |
| XYZ | 76.66 | 70.96 | 86 | - |
| YUV | 223.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 232 | 0 | 0.18 | 0.08 | 0.02 | 325.91 | 0.85 | 0.9 |
| Hex | FB | CF | E8 | 0 | 12 | 8 | 2 | 146 | 55 | 5A |
| Octal | 373 | 317 | 350 | 0 | 22 | 10 | 2 | 506 | 125 | 132 |
| Binary | 11111011 | 11001111 | 11101000 | 0 | 10010 | 1000 | 10 | 101000110 | 1010101 | 1011010 |
Color Harmonies of #FBCFE8
Complementary color
Monochromatic Colors of #FBCFE8
Black with #FBCFE8
Text Example
Text Example
White with #FBCFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFE8; }
p { color: rgb(251,207,232); }
H1.HeaderClassName
{
color: #FBCFE8;
}
.AnyTagClassName
{
color: #FBCFE8;
}
</style>
background-color css
<style>
a { background-color: #FBCFE8; }
a { background-color: rgb(251,207,232); }
div.DivClassName
{
background-color: #FBCFE8;
}
.BgClassName
{
background-color: #FBCFE8;
}
</style>
border-color css
<style>
span { border-color: #FBCFE8; }
span { border-color: rgb(251,207,232); }
td.TdClassName
{
border-color: #FBCFE8;
}
.TagClassName
{
border-color: #FBCFE8;
}
</style>