Shades of Classic Rose #FDCAE0
Tints of Classic Rose #FDCAE0
RGB
CMYK
RGB Variations
Color information
#FDCAE0 (or 0xFDCAE0) is known color: Classic Rose. HEX triplet: FD, CA and E0. RGB value is (253,202,224). Sum of RGB (Red+Green+Blue) = 253+202+224=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAE0 is #02351F. Grayscale: #DBDBDB. Windows color (decimal): -144672 or 14732029. OLE color: 14732029.
HSL color Cylindrical-coordinate representation of color #FDCAE0: hue angle of 334.12º 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 #FDCAE0 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 202 | 224 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.01 |
| HSL | 334.12º | 0.93% | 0.89% | - |
| HSV(B) | 334.12º | 0.2% | 0.99% | - |
| XYZ | 75.08 | 68.51 | 79.79 | - |
| YUV | 219.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 202 | 224 | 0 | 0.20 | 0.11 | 0.01 | 334.12 | 0.93 | 0.89 |
| Hex | FD | CA | E0 | 0 | 14 | B | 1 | 14E | 5D | 59 |
| Octal | 375 | 312 | 340 | 0 | 24 | 13 | 1 | 516 | 135 | 131 |
| Binary | 11111101 | 11001010 | 11100000 | 0 | 10100 | 1011 | 1 | 101001110 | 1011101 | 1011001 |
Color Harmonies of #FDCAE0
Complementary color
Monochromatic Colors of #FDCAE0
Black with #FDCAE0
Text Example
Text Example
White with #FDCAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCAE0; }
p { color: rgb(253,202,224); }
H1.HeaderClassName
{
color: #FDCAE0;
}
.AnyTagClassName
{
color: #FDCAE0;
}
</style>
background-color css
<style>
a { background-color: #FDCAE0; }
a { background-color: rgb(253,202,224); }
div.DivClassName
{
background-color: #FDCAE0;
}
.BgClassName
{
background-color: #FDCAE0;
}
</style>
border-color css
<style>
span { border-color: #FDCAE0; }
span { border-color: rgb(253,202,224); }
td.TdClassName
{
border-color: #FDCAE0;
}
.TagClassName
{
border-color: #FDCAE0;
}
</style>