Shades of Classic Rose #FDCDE2
Tints of Classic Rose #FDCDE2
RGB
CMYK
RGB Variations
Color information
#FDCDE2 (or 0xFDCDE2) is known color: Classic Rose. HEX triplet: FD, CD and E2. RGB value is (253,205,226). Sum of RGB (Red+Green+Blue) = 253+205+226=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDE2 is #02321D. Grayscale: #DDDDDD. Windows color (decimal): -143902 or 14863869. OLE color: 14863869.
HSL color Cylindrical-coordinate representation of color #FDCDE2: hue angle of 333.75º 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 #FDCDE2 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 226 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.01 |
| HSL | 333.75º | 0.92% | 0.9% | - |
| HSV(B) | 333.75º | 0.19% | 0.99% | - |
| XYZ | 76.07 | 70.04 | 81.46 | - |
| YUV | 221.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 226 | 0 | 0.19 | 0.11 | 0.01 | 333.75 | 0.92 | 0.9 |
| Hex | FD | CD | E2 | 0 | 13 | B | 1 | 14E | 5C | 5A |
| Octal | 375 | 315 | 342 | 0 | 23 | 13 | 1 | 516 | 134 | 132 |
| Binary | 11111101 | 11001101 | 11100010 | 0 | 10011 | 1011 | 1 | 101001110 | 1011100 | 1011010 |
Color Harmonies of #FDCDE2
Complementary color
Monochromatic Colors of #FDCDE2
Black with #FDCDE2
Text Example
Text Example
White with #FDCDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDE2; }
p { color: rgb(253,205,226); }
H1.HeaderClassName
{
color: #FDCDE2;
}
.AnyTagClassName
{
color: #FDCDE2;
}
</style>
background-color css
<style>
a { background-color: #FDCDE2; }
a { background-color: rgb(253,205,226); }
div.DivClassName
{
background-color: #FDCDE2;
}
.BgClassName
{
background-color: #FDCDE2;
}
</style>
border-color css
<style>
span { border-color: #FDCDE2; }
span { border-color: rgb(253,205,226); }
td.TdClassName
{
border-color: #FDCDE2;
}
.TagClassName
{
border-color: #FDCDE2;
}
</style>