Shades of Classic Rose #FFCCE4
Tints of Classic Rose #FFCCE4
RGB
CMYK
RGB Variations
Color information
#FFCCE4 (or 0xFFCCE4) is known color: Classic Rose. HEX triplet: FF, CC and E4. RGB value is (255,204,228). Sum of RGB (Red+Green+Blue) = 255+204+228=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCE4 is #00331B. Grayscale: #DDDDDD. Windows color (decimal): -13084 or 14994687. OLE color: 14994687.
HSL color Cylindrical-coordinate representation of color #FFCCE4: hue angle of 331.76º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCCE4 is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 228 | - |
| CMYK | 0 | 0.2 | 0.11 | 0 |
| HSL | 331.76º | 1% | 0.9% | - |
| HSV(B) | 331.76º | 0.2% | 1% | - |
| XYZ | 76.84 | 70.05 | 82.87 | - |
| YUV | 221.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 228 | 0 | 0.2 | 0.11 | 0 | 331.76 | 1 | 0.9 |
| Hex | FF | CC | E4 | 0 | 14 | B | 0 | 14C | 64 | 5A |
| Octal | 377 | 314 | 344 | 0 | 24 | 13 | 0 | 514 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11100100 | 0 | 10100 | 1011 | 0 | 101001100 | 1100100 | 1011010 |
Color Harmonies of #FFCCE4
Complementary color
Monochromatic Colors of #FFCCE4
Black with #FFCCE4
Text Example
Text Example
White with #FFCCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCE4; }
p { color: rgb(255,204,228); }
H1.HeaderClassName
{
color: #FFCCE4;
}
.AnyTagClassName
{
color: #FFCCE4;
}
</style>
background-color css
<style>
a { background-color: #FFCCE4; }
a { background-color: rgb(255,204,228); }
div.DivClassName
{
background-color: #FFCCE4;
}
.BgClassName
{
background-color: #FFCCE4;
}
</style>
border-color css
<style>
span { border-color: #FFCCE4; }
span { border-color: rgb(255,204,228); }
td.TdClassName
{
border-color: #FFCCE4;
}
.TagClassName
{
border-color: #FFCCE4;
}
</style>