Shades of Classic Rose #FFCDEC
Tints of Classic Rose #FFCDEC
RGB
CMYK
RGB Variations
Color information
#FFCDEC (or 0xFFCDEC) is known color: Classic Rose. HEX triplet: FF, CD and EC. RGB value is (255,205,236). Sum of RGB (Red+Green+Blue) = 255+205+236=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDEC is #003213. Grayscale: #DFDFDF. Windows color (decimal): -12820 or 15519231. OLE color: 15519231.
HSL color Cylindrical-coordinate representation of color #FFCDEC: hue angle of 322.8º 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 #FFCDEC is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 236 | - |
| CMYK | 0 | 0.20 | 0.07 | 0 |
| HSL | 322.8º | 1% | 0.9% | - |
| HSV(B) | 322.8º | 0.2% | 1% | - |
| XYZ | 78.21 | 70.98 | 88.93 | - |
| YUV | 223.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 236 | 0 | 0.20 | 0.07 | 0 | 322.8 | 1 | 0.9 |
| Hex | FF | CD | EC | 0 | 14 | 7 | 0 | 143 | 64 | 5A |
| Octal | 377 | 315 | 354 | 0 | 24 | 7 | 0 | 503 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11101100 | 0 | 10100 | 111 | 0 | 101000011 | 1100100 | 1011010 |
Color Harmonies of #FFCDEC
Complementary color
Monochromatic Colors of #FFCDEC
Black with #FFCDEC
Text Example
Text Example
White with #FFCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDEC; }
p { color: rgb(255,205,236); }
H1.HeaderClassName
{
color: #FFCDEC;
}
.AnyTagClassName
{
color: #FFCDEC;
}
</style>
background-color css
<style>
a { background-color: #FFCDEC; }
a { background-color: rgb(255,205,236); }
div.DivClassName
{
background-color: #FFCDEC;
}
.BgClassName
{
background-color: #FFCDEC;
}
</style>
border-color css
<style>
span { border-color: #FFCDEC; }
span { border-color: rgb(255,205,236); }
td.TdClassName
{
border-color: #FFCDEC;
}
.TagClassName
{
border-color: #FFCDEC;
}
</style>