Shades of Classic Rose #FFCCEC
Tints of Classic Rose #FFCCEC
RGB
CMYK
RGB Variations
Color information
#FFCCEC (or 0xFFCCEC) is known color: Classic Rose. HEX triplet: FF, CC and EC. RGB value is (255,204,236). Sum of RGB (Red+Green+Blue) = 255+204+236=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCEC is #003313. Grayscale: #DEDEDE. Windows color (decimal): -13076 or 15518975. OLE color: 15518975.
HSL color Cylindrical-coordinate representation of color #FFCCEC: hue angle of 322.35º 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 #FFCCEC is Cyan = 0, Magento = 0.2, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 236 | - |
| CMYK | 0 | 0.2 | 0.07 | 0 |
| HSL | 322.35º | 1% | 0.9% | - |
| HSV(B) | 322.35º | 0.2% | 1% | - |
| XYZ | 77.97 | 70.5 | 88.86 | - |
| YUV | 222.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 236 | 0 | 0.2 | 0.07 | 0 | 322.35 | 1 | 0.9 |
| Hex | FF | CC | EC | 0 | 14 | 7 | 0 | 142 | 64 | 5A |
| Octal | 377 | 314 | 354 | 0 | 24 | 7 | 0 | 502 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11101100 | 0 | 10100 | 111 | 0 | 101000010 | 1100100 | 1011010 |
Color Harmonies of #FFCCEC
Complementary color
Monochromatic Colors of #FFCCEC
Black with #FFCCEC
Text Example
Text Example
White with #FFCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCEC; }
p { color: rgb(255,204,236); }
H1.HeaderClassName
{
color: #FFCCEC;
}
.AnyTagClassName
{
color: #FFCCEC;
}
</style>
background-color css
<style>
a { background-color: #FFCCEC; }
a { background-color: rgb(255,204,236); }
div.DivClassName
{
background-color: #FFCCEC;
}
.BgClassName
{
background-color: #FFCCEC;
}
</style>
border-color css
<style>
span { border-color: #FFCCEC; }
span { border-color: rgb(255,204,236); }
td.TdClassName
{
border-color: #FFCCEC;
}
.TagClassName
{
border-color: #FFCCEC;
}
</style>