Shades of Classic Rose #FBCCE3
Tints of Classic Rose #FBCCE3
RGB
CMYK
RGB Variations
Color information
#FBCCE3 (or 0xFBCCE3) is known color: Classic Rose. HEX triplet: FB, CC and E3. RGB value is (251,204,227). Sum of RGB (Red+Green+Blue) = 251+204+227=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCE3 is #04331C. Grayscale: #DCDCDC. Windows color (decimal): -275229 or 14929147. OLE color: 14929147.
HSL color Cylindrical-coordinate representation of color #FBCCE3: hue angle of 330.64º 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 #FBCCE3 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 227 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.02 |
| HSL | 330.64º | 0.85% | 0.89% | - |
| HSV(B) | 330.64º | 0.19% | 0.98% | - |
| XYZ | 75.24 | 69.24 | 82.07 | - |
| YUV | 220.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 227 | 0 | 0.19 | 0.10 | 0.02 | 330.64 | 0.85 | 0.89 |
| Hex | FB | CC | E3 | 0 | 13 | A | 2 | 14B | 55 | 59 |
| Octal | 373 | 314 | 343 | 0 | 23 | 12 | 2 | 513 | 125 | 131 |
| Binary | 11111011 | 11001100 | 11100011 | 0 | 10011 | 1010 | 10 | 101001011 | 1010101 | 1011001 |
Color Harmonies of #FBCCE3
Complementary color
Monochromatic Colors of #FBCCE3
Black with #FBCCE3
Text Example
Text Example
White with #FBCCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCE3; }
p { color: rgb(251,204,227); }
H1.HeaderClassName
{
color: #FBCCE3;
}
.AnyTagClassName
{
color: #FBCCE3;
}
</style>
background-color css
<style>
a { background-color: #FBCCE3; }
a { background-color: rgb(251,204,227); }
div.DivClassName
{
background-color: #FBCCE3;
}
.BgClassName
{
background-color: #FBCCE3;
}
</style>
border-color css
<style>
span { border-color: #FBCCE3; }
span { border-color: rgb(251,204,227); }
td.TdClassName
{
border-color: #FBCCE3;
}
.TagClassName
{
border-color: #FBCCE3;
}
</style>