Shades of Classic Rose #FBCCE8
Tints of Classic Rose #FBCCE8
RGB
CMYK
RGB Variations
Color information
#FBCCE8 (or 0xFBCCE8) is known color: Classic Rose. HEX triplet: FB, CC and E8. RGB value is (251,204,232). Sum of RGB (Red+Green+Blue) = 251+204+232=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCE8 is #043317. Grayscale: #DDDDDD. Windows color (decimal): -275224 or 15256827. OLE color: 15256827.
HSL color Cylindrical-coordinate representation of color #FBCCE8: hue angle of 324.26º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCE8 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 232 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.02 |
| HSL | 324.26º | 0.85% | 0.89% | - |
| HSV(B) | 324.26º | 0.19% | 0.98% | - |
| XYZ | 75.94 | 69.52 | 85.76 | - |
| YUV | 221.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 232 | 0 | 0.19 | 0.08 | 0.02 | 324.26 | 0.85 | 0.89 |
| Hex | FB | CC | E8 | 0 | 13 | 8 | 2 | 144 | 55 | 59 |
| Octal | 373 | 314 | 350 | 0 | 23 | 10 | 2 | 504 | 125 | 131 |
| Binary | 11111011 | 11001100 | 11101000 | 0 | 10011 | 1000 | 10 | 101000100 | 1010101 | 1011001 |
Color Harmonies of #FBCCE8
Complementary color
Monochromatic Colors of #FBCCE8
Black with #FBCCE8
Text Example
Text Example
White with #FBCCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCE8; }
p { color: rgb(251,204,232); }
H1.HeaderClassName
{
color: #FBCCE8;
}
.AnyTagClassName
{
color: #FBCCE8;
}
</style>
background-color css
<style>
a { background-color: #FBCCE8; }
a { background-color: rgb(251,204,232); }
div.DivClassName
{
background-color: #FBCCE8;
}
.BgClassName
{
background-color: #FBCCE8;
}
</style>
border-color css
<style>
span { border-color: #FBCCE8; }
span { border-color: rgb(251,204,232); }
td.TdClassName
{
border-color: #FBCCE8;
}
.TagClassName
{
border-color: #FBCCE8;
}
</style>