Shades of Classic Rose #FDC5EF
Tints of Classic Rose #FDC5EF
RGB
CMYK
RGB Variations
Color information
#FDC5EF (or 0xFDC5EF) is known color: Classic Rose. HEX triplet: FD, C5 and EF. RGB value is (253,197,239). Sum of RGB (Red+Green+Blue) = 253+197+239=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 197 (77.34% from 255 or 28.59% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5EF is #023A10. Grayscale: #DADADA. Windows color (decimal): -145937 or 15713789. OLE color: 15713789.
HSL color Cylindrical-coordinate representation of color #FDC5EF: hue angle of 315º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC5EF is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 239 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.01 |
| HSL | 315º | 0.93% | 0.88% | - |
| HSV(B) | 315º | 0.22% | 0.99% | - |
| XYZ | 76.05 | 67.05 | 90.59 | - |
| YUV | 218.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 239 | 0 | 0.22 | 0.06 | 0.01 | 315 | 0.93 | 0.88 |
| Hex | FD | C5 | EF | 0 | 16 | 6 | 1 | 13B | 5D | 58 |
| Octal | 375 | 305 | 357 | 0 | 26 | 6 | 1 | 473 | 135 | 130 |
| Binary | 11111101 | 11000101 | 11101111 | 0 | 10110 | 110 | 1 | 100111011 | 1011101 | 1011000 |
Color Harmonies of #FDC5EF
Complementary color
Monochromatic Colors of #FDC5EF
Black with #FDC5EF
Text Example
Text Example
White with #FDC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5EF; }
p { color: rgb(253,197,239); }
H1.HeaderClassName
{
color: #FDC5EF;
}
.AnyTagClassName
{
color: #FDC5EF;
}
</style>
background-color css
<style>
a { background-color: #FDC5EF; }
a { background-color: rgb(253,197,239); }
div.DivClassName
{
background-color: #FDC5EF;
}
.BgClassName
{
background-color: #FDC5EF;
}
</style>
border-color css
<style>
span { border-color: #FDC5EF; }
span { border-color: rgb(253,197,239); }
td.TdClassName
{
border-color: #FDC5EF;
}
.TagClassName
{
border-color: #FDC5EF;
}
</style>