Shades of Classic Rose #FFCCE2
Tints of Classic Rose #FFCCE2
RGB
CMYK
RGB Variations
Color information
#FFCCE2 (or 0xFFCCE2) is known color: Classic Rose. HEX triplet: FF, CC and E2. RGB value is (255,204,226). Sum of RGB (Red+Green+Blue) = 255+204+226=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCE2 is #00331D. Grayscale: #DDDDDD. Windows color (decimal): -13086 or 14863615. OLE color: 14863615.
HSL color Cylindrical-coordinate representation of color #FFCCE2: hue angle of 334.12º 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 #FFCCE2 is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 226 | - |
| CMYK | 0 | 0.2 | 0.11 | 0 |
| HSL | 334.12º | 1% | 0.9% | - |
| HSV(B) | 334.12º | 0.2% | 1% | - |
| XYZ | 76.56 | 69.94 | 81.42 | - |
| YUV | 221.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 226 | 0 | 0.2 | 0.11 | 0 | 334.12 | 1 | 0.9 |
| Hex | FF | CC | E2 | 0 | 14 | B | 0 | 14E | 64 | 5A |
| Octal | 377 | 314 | 342 | 0 | 24 | 13 | 0 | 516 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11100010 | 0 | 10100 | 1011 | 0 | 101001110 | 1100100 | 1011010 |
Color Harmonies of #FFCCE2
Complementary color
Monochromatic Colors of #FFCCE2
Black with #FFCCE2
Text Example
Text Example
White with #FFCCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCE2; }
p { color: rgb(255,204,226); }
H1.HeaderClassName
{
color: #FFCCE2;
}
.AnyTagClassName
{
color: #FFCCE2;
}
</style>
background-color css
<style>
a { background-color: #FFCCE2; }
a { background-color: rgb(255,204,226); }
div.DivClassName
{
background-color: #FFCCE2;
}
.BgClassName
{
background-color: #FFCCE2;
}
</style>
border-color css
<style>
span { border-color: #FFCCE2; }
span { border-color: rgb(255,204,226); }
td.TdClassName
{
border-color: #FFCCE2;
}
.TagClassName
{
border-color: #FFCCE2;
}
</style>