Shades of Classic Rose #FDCADD
Tints of Classic Rose #FDCADD
RGB
CMYK
RGB Variations
Color information
#FDCADD (or 0xFDCADD) is known color: Classic Rose. HEX triplet: FD, CA and DD. RGB value is (253,202,221). Sum of RGB (Red+Green+Blue) = 253+202+221=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCADD is #023522. Grayscale: #DBDBDB. Windows color (decimal): -144675 or 14535421. OLE color: 14535421.
HSL color Cylindrical-coordinate representation of color #FDCADD: hue angle of 337.65º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCADD is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 202 | 221 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.01 |
| HSL | 337.65º | 0.93% | 0.89% | - |
| HSV(B) | 337.65º | 0.2% | 0.99% | - |
| XYZ | 74.68 | 68.34 | 77.66 | - |
| YUV | 219.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 202 | 221 | 0 | 0.20 | 0.13 | 0.01 | 337.65 | 0.93 | 0.89 |
| Hex | FD | CA | DD | 0 | 14 | D | 1 | 152 | 5D | 59 |
| Octal | 375 | 312 | 335 | 0 | 24 | 15 | 1 | 522 | 135 | 131 |
| Binary | 11111101 | 11001010 | 11011101 | 0 | 10100 | 1101 | 1 | 101010010 | 1011101 | 1011001 |
Color Harmonies of #FDCADD
Complementary color
Monochromatic Colors of #FDCADD
Black with #FDCADD
Text Example
Text Example
White with #FDCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCADD; }
p { color: rgb(253,202,221); }
H1.HeaderClassName
{
color: #FDCADD;
}
.AnyTagClassName
{
color: #FDCADD;
}
</style>
background-color css
<style>
a { background-color: #FDCADD; }
a { background-color: rgb(253,202,221); }
div.DivClassName
{
background-color: #FDCADD;
}
.BgClassName
{
background-color: #FDCADD;
}
</style>
border-color css
<style>
span { border-color: #FDCADD; }
span { border-color: rgb(253,202,221); }
td.TdClassName
{
border-color: #FDCADD;
}
.TagClassName
{
border-color: #FDCADD;
}
</style>