Shades of Classic Rose #FFCDE8
Tints of Classic Rose #FFCDE8
RGB
CMYK
RGB Variations
Color information
#FFCDE8 (or 0xFFCDE8) is known color: Classic Rose. HEX triplet: FF, CD and E8. RGB value is (255,205,232). Sum of RGB (Red+Green+Blue) = 255+205+232=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDE8 is #003217. Grayscale: #DEDEDE. Windows color (decimal): -12824 or 15257087. OLE color: 15257087.
HSL color Cylindrical-coordinate representation of color #FFCDE8: hue angle of 327.6º 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 #FFCDE8 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 232 | - |
| CMYK | 0 | 0.20 | 0.09 | 0 |
| HSL | 327.6º | 1% | 0.9% | - |
| HSV(B) | 327.6º | 0.2% | 1% | - |
| XYZ | 77.64 | 70.75 | 85.91 | - |
| YUV | 223.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 232 | 0 | 0.20 | 0.09 | 0 | 327.6 | 1 | 0.9 |
| Hex | FF | CD | E8 | 0 | 14 | 9 | 0 | 148 | 64 | 5A |
| Octal | 377 | 315 | 350 | 0 | 24 | 11 | 0 | 510 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11101000 | 0 | 10100 | 1001 | 0 | 101001000 | 1100100 | 1011010 |
Color Harmonies of #FFCDE8
Complementary color
Monochromatic Colors of #FFCDE8
Black with #FFCDE8
Text Example
Text Example
White with #FFCDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDE8; }
p { color: rgb(255,205,232); }
H1.HeaderClassName
{
color: #FFCDE8;
}
.AnyTagClassName
{
color: #FFCDE8;
}
</style>
background-color css
<style>
a { background-color: #FFCDE8; }
a { background-color: rgb(255,205,232); }
div.DivClassName
{
background-color: #FFCDE8;
}
.BgClassName
{
background-color: #FFCDE8;
}
</style>
border-color css
<style>
span { border-color: #FFCDE8; }
span { border-color: rgb(255,205,232); }
td.TdClassName
{
border-color: #FFCDE8;
}
.TagClassName
{
border-color: #FFCDE8;
}
</style>