Shades of Classic Rose #FDCDE4
Tints of Classic Rose #FDCDE4
RGB
CMYK
RGB Variations
Color information
#FDCDE4 (or 0xFDCDE4) is known color: Classic Rose. HEX triplet: FD, CD and E4. RGB value is (253,205,228). Sum of RGB (Red+Green+Blue) = 253+205+228=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDE4 is #02321B. Grayscale: #DDDDDD. Windows color (decimal): -143900 or 14994941. OLE color: 14994941.
HSL color Cylindrical-coordinate representation of color #FDCDE4: hue angle of 331.25º 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 #FDCDE4 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 228 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.01 |
| HSL | 331.25º | 0.92% | 0.9% | - |
| HSV(B) | 331.25º | 0.19% | 0.99% | - |
| XYZ | 76.34 | 70.15 | 82.91 | - |
| YUV | 221.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 228 | 0 | 0.19 | 0.10 | 0.01 | 331.25 | 0.92 | 0.9 |
| Hex | FD | CD | E4 | 0 | 13 | A | 1 | 14B | 5C | 5A |
| Octal | 375 | 315 | 344 | 0 | 23 | 12 | 1 | 513 | 134 | 132 |
| Binary | 11111101 | 11001101 | 11100100 | 0 | 10011 | 1010 | 1 | 101001011 | 1011100 | 1011010 |
Color Harmonies of #FDCDE4
Complementary color
Monochromatic Colors of #FDCDE4
Black with #FDCDE4
Text Example
Text Example
White with #FDCDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDE4; }
p { color: rgb(253,205,228); }
H1.HeaderClassName
{
color: #FDCDE4;
}
.AnyTagClassName
{
color: #FDCDE4;
}
</style>
background-color css
<style>
a { background-color: #FDCDE4; }
a { background-color: rgb(253,205,228); }
div.DivClassName
{
background-color: #FDCDE4;
}
.BgClassName
{
background-color: #FDCDE4;
}
</style>
border-color css
<style>
span { border-color: #FDCDE4; }
span { border-color: rgb(253,205,228); }
td.TdClassName
{
border-color: #FDCDE4;
}
.TagClassName
{
border-color: #FDCDE4;
}
</style>