Shades of Classic Rose #FBCCE0
Tints of Classic Rose #FBCCE0
RGB
CMYK
RGB Variations
Color information
#FBCCE0 (or 0xFBCCE0) is known color: Classic Rose. HEX triplet: FB, CC and E0. RGB value is (251,204,224). Sum of RGB (Red+Green+Blue) = 251+204+224=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCE0 is #04331F. Grayscale: #DCDCDC. Windows color (decimal): -275232 or 14732539. OLE color: 14732539.
HSL color Cylindrical-coordinate representation of color #FBCCE0: hue angle of 334.47º 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 #FBCCE0 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 204 | 224 | - |
CMYK | 0 | 0.19 | 0.11 | 0.02 |
HSL | 334.47º | 0.85% | 0.89% | - |
HSV(B) | 334.47º | 0.19% | 0.98% | - |
XYZ | 74.83 | 69.08 | 79.91 | - |
YUV | 220.33 | 130.07 | 149.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 204 | 224 | 0 | 0.19 | 0.11 | 0.02 | 334.47 | 0.85 | 0.89 |
Hex | FB | CC | E0 | 0 | 13 | B | 2 | 14E | 55 | 59 |
Octal | 373 | 314 | 340 | 0 | 23 | 13 | 2 | 516 | 125 | 131 |
Binary | 11111011 | 11001100 | 11100000 | 0 | 10011 | 1011 | 10 | 101001110 | 1010101 | 1011001 |
Color Harmonies of #FBCCE0
Complementary color
Monochromatic Colors of #FBCCE0
Black with #FBCCE0
Text Example
Text Example
White with #FBCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCE0; }
p { color: rgb(251,204,224); }
H1.HeaderClassName
{
color: #FBCCE0;
}
.AnyTagClassName
{
color: #FBCCE0;
}
</style>
background-color css
<style>
a { background-color: #FBCCE0; }
a { background-color: rgb(251,204,224); }
div.DivClassName
{
background-color: #FBCCE0;
}
.BgClassName
{
background-color: #FBCCE0;
}
</style>
border-color css
<style>
span { border-color: #FBCCE0; }
span { border-color: rgb(251,204,224); }
td.TdClassName
{
border-color: #FBCCE0;
}
.TagClassName
{
border-color: #FBCCE0;
}
</style>