Shades of Classic Rose #FDC7EF
Tints of Classic Rose #FDC7EF
RGB
CMYK
RGB Variations
Color information
#FDC7EF (or 0xFDC7EF) is known color: Classic Rose. HEX triplet: FD, C7 and EF. RGB value is (253,199,239). Sum of RGB (Red+Green+Blue) = 253+199+239=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 199 (78.12% from 255 or 28.80% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC7EF is #023810. Grayscale: #DBDBDB. Windows color (decimal): -145425 or 15714301. OLE color: 15714301.
HSL color Cylindrical-coordinate representation of color #FDC7EF: hue angle of 315.56º 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 #FDC7EF is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 239 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.01 |
| HSL | 315.56º | 0.93% | 0.89% | - |
| HSV(B) | 315.56º | 0.21% | 0.99% | - |
| XYZ | 76.51 | 67.96 | 90.75 | - |
| YUV | 219.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 239 | 0 | 0.21 | 0.06 | 0.01 | 315.56 | 0.93 | 0.89 |
| Hex | FD | C7 | EF | 0 | 15 | 6 | 1 | 13C | 5D | 59 |
| Octal | 375 | 307 | 357 | 0 | 25 | 6 | 1 | 474 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11101111 | 0 | 10101 | 110 | 1 | 100111100 | 1011101 | 1011001 |
Color Harmonies of #FDC7EF
Complementary color
Monochromatic Colors of #FDC7EF
Black with #FDC7EF
Text Example
Text Example
White with #FDC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7EF; }
p { color: rgb(253,199,239); }
H1.HeaderClassName
{
color: #FDC7EF;
}
.AnyTagClassName
{
color: #FDC7EF;
}
</style>
background-color css
<style>
a { background-color: #FDC7EF; }
a { background-color: rgb(253,199,239); }
div.DivClassName
{
background-color: #FDC7EF;
}
.BgClassName
{
background-color: #FDC7EF;
}
</style>
border-color css
<style>
span { border-color: #FDC7EF; }
span { border-color: rgb(253,199,239); }
td.TdClassName
{
border-color: #FDC7EF;
}
.TagClassName
{
border-color: #FDC7EF;
}
</style>