Shades of Classic Rose #FDCDE8
Tints of Classic Rose #FDCDE8
RGB
CMYK
RGB Variations
Color information
#FDCDE8 (or 0xFDCDE8) is known color: Classic Rose. HEX triplet: FD, CD and E8. RGB value is (253,205,232). Sum of RGB (Red+Green+Blue) = 253+205+232=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDE8 is #023217. Grayscale: #DEDEDE. Windows color (decimal): -143896 or 15257085. OLE color: 15257085.
HSL color Cylindrical-coordinate representation of color #FDCDE8: hue angle of 326.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 #FDCDE8 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 232 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.01 |
| HSL | 326.25º | 0.92% | 0.9% | - |
| HSV(B) | 326.25º | 0.19% | 0.99% | - |
| XYZ | 76.9 | 70.37 | 85.87 | - |
| YUV | 222.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 232 | 0 | 0.19 | 0.08 | 0.01 | 326.25 | 0.92 | 0.9 |
| Hex | FD | CD | E8 | 0 | 13 | 8 | 1 | 146 | 5C | 5A |
| Octal | 375 | 315 | 350 | 0 | 23 | 10 | 1 | 506 | 134 | 132 |
| Binary | 11111101 | 11001101 | 11101000 | 0 | 10011 | 1000 | 1 | 101000110 | 1011100 | 1011010 |
Color Harmonies of #FDCDE8
Complementary color
Monochromatic Colors of #FDCDE8
Black with #FDCDE8
Text Example
Text Example
White with #FDCDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDE8; }
p { color: rgb(253,205,232); }
H1.HeaderClassName
{
color: #FDCDE8;
}
.AnyTagClassName
{
color: #FDCDE8;
}
</style>
background-color css
<style>
a { background-color: #FDCDE8; }
a { background-color: rgb(253,205,232); }
div.DivClassName
{
background-color: #FDCDE8;
}
.BgClassName
{
background-color: #FDCDE8;
}
</style>
border-color css
<style>
span { border-color: #FDCDE8; }
span { border-color: rgb(253,205,232); }
td.TdClassName
{
border-color: #FDCDE8;
}
.TagClassName
{
border-color: #FDCDE8;
}
</style>