Shades of Classic Rose #FFCCEA
Tints of Classic Rose #FFCCEA
RGB
CMYK
RGB Variations
Color information
#FFCCEA (or 0xFFCCEA) is known color: Classic Rose. HEX triplet: FF, CC and EA. RGB value is (255,204,234). Sum of RGB (Red+Green+Blue) = 255+204+234=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 204 (80.08% from 255 or 29.44% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCEA is #003315. Grayscale: #DEDEDE. Windows color (decimal): -13078 or 15387903. OLE color: 15387903.
HSL color Cylindrical-coordinate representation of color #FFCCEA: hue angle of 324.71º 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 #FFCCEA is Cyan = 0, Magento = 0.2, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 234 | - |
| CMYK | 0 | 0.2 | 0.08 | 0 |
| HSL | 324.71º | 1% | 0.9% | - |
| HSV(B) | 324.71º | 0.2% | 1% | - |
| XYZ | 77.68 | 70.39 | 87.33 | - |
| YUV | 222.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 234 | 0 | 0.2 | 0.08 | 0 | 324.71 | 1 | 0.9 |
| Hex | FF | CC | EA | 0 | 14 | 8 | 0 | 145 | 64 | 5A |
| Octal | 377 | 314 | 352 | 0 | 24 | 10 | 0 | 505 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11101010 | 0 | 10100 | 1000 | 0 | 101000101 | 1100100 | 1011010 |
Color Harmonies of #FFCCEA
Complementary color
Monochromatic Colors of #FFCCEA
Black with #FFCCEA
Text Example
Text Example
White with #FFCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCEA; }
p { color: rgb(255,204,234); }
H1.HeaderClassName
{
color: #FFCCEA;
}
.AnyTagClassName
{
color: #FFCCEA;
}
</style>
background-color css
<style>
a { background-color: #FFCCEA; }
a { background-color: rgb(255,204,234); }
div.DivClassName
{
background-color: #FFCCEA;
}
.BgClassName
{
background-color: #FFCCEA;
}
</style>
border-color css
<style>
span { border-color: #FFCCEA; }
span { border-color: rgb(255,204,234); }
td.TdClassName
{
border-color: #FFCCEA;
}
.TagClassName
{
border-color: #FFCCEA;
}
</style>