Shades of Classic Rose #FDCAE2
Tints of Classic Rose #FDCAE2
RGB
CMYK
RGB Variations
Color information
#FDCAE2 (or 0xFDCAE2) is known color: Classic Rose. HEX triplet: FD, CA and E2. RGB value is (253,202,226). Sum of RGB (Red+Green+Blue) = 253+202+226=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAE2 is #02351D. Grayscale: #DBDBDB. Windows color (decimal): -144670 or 14863101. OLE color: 14863101.
HSL color Cylindrical-coordinate representation of color #FDCAE2: hue angle of 331.76º 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 #FDCAE2 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 202 | 226 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.01 |
| HSL | 331.76º | 0.93% | 0.89% | - |
| HSV(B) | 331.76º | 0.2% | 0.99% | - |
| XYZ | 75.36 | 68.61 | 81.22 | - |
| YUV | 219.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 202 | 226 | 0 | 0.20 | 0.11 | 0.01 | 331.76 | 0.93 | 0.89 |
| Hex | FD | CA | E2 | 0 | 14 | B | 1 | 14C | 5D | 59 |
| Octal | 375 | 312 | 342 | 0 | 24 | 13 | 1 | 514 | 135 | 131 |
| Binary | 11111101 | 11001010 | 11100010 | 0 | 10100 | 1011 | 1 | 101001100 | 1011101 | 1011001 |
Color Harmonies of #FDCAE2
Complementary color
Monochromatic Colors of #FDCAE2
Black with #FDCAE2
Text Example
Text Example
White with #FDCAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCAE2; }
p { color: rgb(253,202,226); }
H1.HeaderClassName
{
color: #FDCAE2;
}
.AnyTagClassName
{
color: #FDCAE2;
}
</style>
background-color css
<style>
a { background-color: #FDCAE2; }
a { background-color: rgb(253,202,226); }
div.DivClassName
{
background-color: #FDCAE2;
}
.BgClassName
{
background-color: #FDCAE2;
}
</style>
border-color css
<style>
span { border-color: #FDCAE2; }
span { border-color: rgb(253,202,226); }
td.TdClassName
{
border-color: #FDCAE2;
}
.TagClassName
{
border-color: #FDCAE2;
}
</style>