Shades of Classic Rose #FBCEE5
Tints of Classic Rose #FBCEE5
RGB
CMYK
RGB Variations
Color information
#FBCEE5 (or 0xFBCEE5) is known color: Classic Rose. HEX triplet: FB, CE and E5. RGB value is (251,206,229). Sum of RGB (Red+Green+Blue) = 251+206+229=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEE5 is #04311A. Grayscale: #DEDEDE. Windows color (decimal): -274715 or 15060731. OLE color: 15060731.
HSL color Cylindrical-coordinate representation of color #FBCEE5: hue angle of 329.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 #FBCEE5 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 229 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.02 |
| HSL | 329.33º | 0.85% | 0.9% | - |
| HSV(B) | 329.33º | 0.18% | 0.98% | - |
| XYZ | 76 | 70.31 | 83.69 | - |
| YUV | 222.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 229 | 0 | 0.18 | 0.09 | 0.02 | 329.33 | 0.85 | 0.9 |
| Hex | FB | CE | E5 | 0 | 12 | 9 | 2 | 149 | 55 | 5A |
| Octal | 373 | 316 | 345 | 0 | 22 | 11 | 2 | 511 | 125 | 132 |
| Binary | 11111011 | 11001110 | 11100101 | 0 | 10010 | 1001 | 10 | 101001001 | 1010101 | 1011010 |
Color Harmonies of #FBCEE5
Complementary color
Monochromatic Colors of #FBCEE5
Black with #FBCEE5
Text Example
Text Example
White with #FBCEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEE5; }
p { color: rgb(251,206,229); }
H1.HeaderClassName
{
color: #FBCEE5;
}
.AnyTagClassName
{
color: #FBCEE5;
}
</style>
background-color css
<style>
a { background-color: #FBCEE5; }
a { background-color: rgb(251,206,229); }
div.DivClassName
{
background-color: #FBCEE5;
}
.BgClassName
{
background-color: #FBCEE5;
}
</style>
border-color css
<style>
span { border-color: #FBCEE5; }
span { border-color: rgb(251,206,229); }
td.TdClassName
{
border-color: #FBCEE5;
}
.TagClassName
{
border-color: #FBCEE5;
}
</style>