Shades of Classic Rose #FFCDE9
Tints of Classic Rose #FFCDE9
RGB
CMYK
RGB Variations
Color information
#FFCDE9 (or 0xFFCDE9) is known color: Classic Rose. HEX triplet: FF, CD and E9. RGB value is (255,205,233). Sum of RGB (Red+Green+Blue) = 255+205+233=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDE9 is #003216. Grayscale: #DFDFDF. Windows color (decimal): -12823 or 15322623. OLE color: 15322623.
HSL color Cylindrical-coordinate representation of color #FFCDE9: hue angle of 326.4º 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 #FFCDE9 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 233 | - |
| CMYK | 0 | 0.20 | 0.09 | 0 |
| HSL | 326.4º | 1% | 0.9% | - |
| HSV(B) | 326.4º | 0.2% | 1% | - |
| XYZ | 77.78 | 70.81 | 86.66 | - |
| YUV | 223.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 233 | 0 | 0.20 | 0.09 | 0 | 326.4 | 1 | 0.9 |
| Hex | FF | CD | E9 | 0 | 14 | 9 | 0 | 146 | 64 | 5A |
| Octal | 377 | 315 | 351 | 0 | 24 | 11 | 0 | 506 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11101001 | 0 | 10100 | 1001 | 0 | 101000110 | 1100100 | 1011010 |
Color Harmonies of #FFCDE9
Complementary color
Monochromatic Colors of #FFCDE9
Black with #FFCDE9
Text Example
Text Example
White with #FFCDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDE9; }
p { color: rgb(255,205,233); }
H1.HeaderClassName
{
color: #FFCDE9;
}
.AnyTagClassName
{
color: #FFCDE9;
}
</style>
background-color css
<style>
a { background-color: #FFCDE9; }
a { background-color: rgb(255,205,233); }
div.DivClassName
{
background-color: #FFCDE9;
}
.BgClassName
{
background-color: #FFCDE9;
}
</style>
border-color css
<style>
span { border-color: #FFCDE9; }
span { border-color: rgb(255,205,233); }
td.TdClassName
{
border-color: #FFCDE9;
}
.TagClassName
{
border-color: #FFCDE9;
}
</style>