Shades of Classic Rose #FFCCEE
Tints of Classic Rose #FFCCEE
RGB
CMYK
RGB Variations
Color information
#FFCCEE (or 0xFFCCEE) is known color: Classic Rose. HEX triplet: FF, CC and EE. RGB value is (255,204,238). Sum of RGB (Red+Green+Blue) = 255+204+238=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 204 (80.08% from 255 or 29.27% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCEE is #003311. Grayscale: #DFDFDF. Windows color (decimal): -13074 or 15650047. OLE color: 15650047.
HSL color Cylindrical-coordinate representation of color #FFCCEE: hue angle of 320º 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 #FFCCEE is Cyan = 0, Magento = 0.2, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 238 | - |
| CMYK | 0 | 0.2 | 0.07 | 0 |
| HSL | 320º | 1% | 0.9% | - |
| HSV(B) | 320º | 0.2% | 1% | - |
| XYZ | 78.27 | 70.62 | 90.39 | - |
| YUV | 223.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 238 | 0 | 0.2 | 0.07 | 0 | 320 | 1 | 0.9 |
| Hex | FF | CC | EE | 0 | 14 | 7 | 0 | 140 | 64 | 5A |
| Octal | 377 | 314 | 356 | 0 | 24 | 7 | 0 | 500 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11101110 | 0 | 10100 | 111 | 0 | 101000000 | 1100100 | 1011010 |
Color Harmonies of #FFCCEE
Complementary color
Monochromatic Colors of #FFCCEE
Black with #FFCCEE
Text Example
Text Example
White with #FFCCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCEE; }
p { color: rgb(255,204,238); }
H1.HeaderClassName
{
color: #FFCCEE;
}
.AnyTagClassName
{
color: #FFCCEE;
}
</style>
background-color css
<style>
a { background-color: #FFCCEE; }
a { background-color: rgb(255,204,238); }
div.DivClassName
{
background-color: #FFCCEE;
}
.BgClassName
{
background-color: #FFCCEE;
}
</style>
border-color css
<style>
span { border-color: #FFCCEE; }
span { border-color: rgb(255,204,238); }
td.TdClassName
{
border-color: #FFCCEE;
}
.TagClassName
{
border-color: #FFCCEE;
}
</style>