Shades of Classic Rose #FBCEE8
Tints of Classic Rose #FBCEE8
RGB
CMYK
RGB Variations
Color information
#FBCEE8 (or 0xFBCEE8) is known color: Classic Rose. HEX triplet: FB, CE and E8. RGB value is (251,206,232). Sum of RGB (Red+Green+Blue) = 251+206+232=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEE8 is #043117. Grayscale: #DEDEDE. Windows color (decimal): -274712 or 15257339. OLE color: 15257339.
HSL color Cylindrical-coordinate representation of color #FBCEE8: hue angle of 325.33º 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 #FBCEE8 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 232 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.02 |
| HSL | 325.33º | 0.85% | 0.9% | - |
| HSV(B) | 325.33º | 0.18% | 0.98% | - |
| XYZ | 76.42 | 70.48 | 85.92 | - |
| YUV | 222.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 232 | 0 | 0.18 | 0.08 | 0.02 | 325.33 | 0.85 | 0.9 |
| Hex | FB | CE | E8 | 0 | 12 | 8 | 2 | 145 | 55 | 5A |
| Octal | 373 | 316 | 350 | 0 | 22 | 10 | 2 | 505 | 125 | 132 |
| Binary | 11111011 | 11001110 | 11101000 | 0 | 10010 | 1000 | 10 | 101000101 | 1010101 | 1011010 |
Color Harmonies of #FBCEE8
Complementary color
Monochromatic Colors of #FBCEE8
Black with #FBCEE8
Text Example
Text Example
White with #FBCEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEE8; }
p { color: rgb(251,206,232); }
H1.HeaderClassName
{
color: #FBCEE8;
}
.AnyTagClassName
{
color: #FBCEE8;
}
</style>
background-color css
<style>
a { background-color: #FBCEE8; }
a { background-color: rgb(251,206,232); }
div.DivClassName
{
background-color: #FBCEE8;
}
.BgClassName
{
background-color: #FBCEE8;
}
</style>
border-color css
<style>
span { border-color: #FBCEE8; }
span { border-color: rgb(251,206,232); }
td.TdClassName
{
border-color: #FBCEE8;
}
.TagClassName
{
border-color: #FBCEE8;
}
</style>