Shades of Classic Rose #FDC7EA
Tints of Classic Rose #FDC7EA
RGB
CMYK
RGB Variations
Color information
#FDC7EA (or 0xFDC7EA) is known color: Classic Rose. HEX triplet: FD, C7 and EA. RGB value is (253,199,234). Sum of RGB (Red+Green+Blue) = 253+199+234=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 199 (78.12% from 255 or 29.01% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC7EA is #023815. Grayscale: #DBDBDB. Windows color (decimal): -145430 or 15386621. OLE color: 15386621.
HSL color Cylindrical-coordinate representation of color #FDC7EA: hue angle of 321.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC7EA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 234 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.01 |
| HSL | 321.11º | 0.93% | 0.89% | - |
| HSV(B) | 321.11º | 0.21% | 0.99% | - |
| XYZ | 75.78 | 67.67 | 86.91 | - |
| YUV | 219.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 234 | 0 | 0.21 | 0.08 | 0.01 | 321.11 | 0.93 | 0.89 |
| Hex | FD | C7 | EA | 0 | 15 | 8 | 1 | 141 | 5D | 59 |
| Octal | 375 | 307 | 352 | 0 | 25 | 10 | 1 | 501 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11101010 | 0 | 10101 | 1000 | 1 | 101000001 | 1011101 | 1011001 |
Color Harmonies of #FDC7EA
Complementary color
Monochromatic Colors of #FDC7EA
Black with #FDC7EA
Text Example
Text Example
White with #FDC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7EA; }
p { color: rgb(253,199,234); }
H1.HeaderClassName
{
color: #FDC7EA;
}
.AnyTagClassName
{
color: #FDC7EA;
}
</style>
background-color css
<style>
a { background-color: #FDC7EA; }
a { background-color: rgb(253,199,234); }
div.DivClassName
{
background-color: #FDC7EA;
}
.BgClassName
{
background-color: #FDC7EA;
}
</style>
border-color css
<style>
span { border-color: #FDC7EA; }
span { border-color: rgb(253,199,234); }
td.TdClassName
{
border-color: #FDC7EA;
}
.TagClassName
{
border-color: #FDC7EA;
}
</style>