Shades of Classic Rose #FFCCE7
Tints of Classic Rose #FFCCE7
RGB
CMYK
RGB Variations
Color information
#FFCCE7 (or 0xFFCCE7) is known color: Classic Rose. HEX triplet: FF, CC and E7. RGB value is (255,204,231). Sum of RGB (Red+Green+Blue) = 255+204+231=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCE7 is #003318. Grayscale: #DEDEDE. Windows color (decimal): -13081 or 15191295. OLE color: 15191295.
HSL color Cylindrical-coordinate representation of color #FFCCE7: hue angle of 328.24º 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 #FFCCE7 is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 231 | - |
| CMYK | 0 | 0.2 | 0.09 | 0 |
| HSL | 328.24º | 1% | 0.9% | - |
| HSV(B) | 328.24º | 0.2% | 1% | - |
| XYZ | 77.26 | 70.22 | 85.08 | - |
| YUV | 222.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 231 | 0 | 0.2 | 0.09 | 0 | 328.24 | 1 | 0.9 |
| Hex | FF | CC | E7 | 0 | 14 | 9 | 0 | 148 | 64 | 5A |
| Octal | 377 | 314 | 347 | 0 | 24 | 11 | 0 | 510 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11100111 | 0 | 10100 | 1001 | 0 | 101001000 | 1100100 | 1011010 |
Color Harmonies of #FFCCE7
Complementary color
Monochromatic Colors of #FFCCE7
Black with #FFCCE7
Text Example
Text Example
White with #FFCCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCE7; }
p { color: rgb(255,204,231); }
H1.HeaderClassName
{
color: #FFCCE7;
}
.AnyTagClassName
{
color: #FFCCE7;
}
</style>
background-color css
<style>
a { background-color: #FFCCE7; }
a { background-color: rgb(255,204,231); }
div.DivClassName
{
background-color: #FFCCE7;
}
.BgClassName
{
background-color: #FFCCE7;
}
</style>
border-color css
<style>
span { border-color: #FFCCE7; }
span { border-color: rgb(255,204,231); }
td.TdClassName
{
border-color: #FFCCE7;
}
.TagClassName
{
border-color: #FFCCE7;
}
</style>