Shades of Classic Rose #FDCDE5
Tints of Classic Rose #FDCDE5
RGB
CMYK
RGB Variations
Color information
#FDCDE5 (or 0xFDCDE5) is known color: Classic Rose. HEX triplet: FD, CD and E5. RGB value is (253,205,229). Sum of RGB (Red+Green+Blue) = 253+205+229=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDE5 is #02321A. Grayscale: #DEDEDE. Windows color (decimal): -143899 or 15060477. OLE color: 15060477.
HSL color Cylindrical-coordinate representation of color #FDCDE5: hue angle of 330º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCDE5 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 229 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.01 |
| HSL | 330º | 0.92% | 0.9% | - |
| HSV(B) | 330º | 0.19% | 0.99% | - |
| XYZ | 76.48 | 70.2 | 83.65 | - |
| YUV | 222.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 229 | 0 | 0.19 | 0.09 | 0.01 | 330 | 0.92 | 0.9 |
| Hex | FD | CD | E5 | 0 | 13 | 9 | 1 | 14A | 5C | 5A |
| Octal | 375 | 315 | 345 | 0 | 23 | 11 | 1 | 512 | 134 | 132 |
| Binary | 11111101 | 11001101 | 11100101 | 0 | 10011 | 1001 | 1 | 101001010 | 1011100 | 1011010 |
Color Harmonies of #FDCDE5
Complementary color
Monochromatic Colors of #FDCDE5
Black with #FDCDE5
Text Example
Text Example
White with #FDCDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDE5; }
p { color: rgb(253,205,229); }
H1.HeaderClassName
{
color: #FDCDE5;
}
.AnyTagClassName
{
color: #FDCDE5;
}
</style>
background-color css
<style>
a { background-color: #FDCDE5; }
a { background-color: rgb(253,205,229); }
div.DivClassName
{
background-color: #FDCDE5;
}
.BgClassName
{
background-color: #FDCDE5;
}
</style>
border-color css
<style>
span { border-color: #FDCDE5; }
span { border-color: rgb(253,205,229); }
td.TdClassName
{
border-color: #FDCDE5;
}
.TagClassName
{
border-color: #FDCDE5;
}
</style>