Shades of Classic Rose #FDC5EE
Tints of Classic Rose #FDC5EE
RGB
CMYK
RGB Variations
Color information
#FDC5EE (or 0xFDC5EE) is known color: Classic Rose. HEX triplet: FD, C5 and EE. RGB value is (253,197,238). Sum of RGB (Red+Green+Blue) = 253+197+238=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 197 (77.34% from 255 or 28.63% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5EE is #023A11. Grayscale: #DADADA. Windows color (decimal): -145938 or 15648253. OLE color: 15648253.
HSL color Cylindrical-coordinate representation of color #FDC5EE: hue angle of 316.07º 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 #FDC5EE is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 238 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.01 |
| HSL | 316.07º | 0.93% | 0.88% | - |
| HSV(B) | 316.07º | 0.22% | 0.99% | - |
| XYZ | 75.91 | 66.99 | 89.82 | - |
| YUV | 218.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 238 | 0 | 0.22 | 0.06 | 0.01 | 316.07 | 0.93 | 0.88 |
| Hex | FD | C5 | EE | 0 | 16 | 6 | 1 | 13C | 5D | 58 |
| Octal | 375 | 305 | 356 | 0 | 26 | 6 | 1 | 474 | 135 | 130 |
| Binary | 11111101 | 11000101 | 11101110 | 0 | 10110 | 110 | 1 | 100111100 | 1011101 | 1011000 |
Color Harmonies of #FDC5EE
Complementary color
Monochromatic Colors of #FDC5EE
Black with #FDC5EE
Text Example
Text Example
White with #FDC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5EE; }
p { color: rgb(253,197,238); }
H1.HeaderClassName
{
color: #FDC5EE;
}
.AnyTagClassName
{
color: #FDC5EE;
}
</style>
background-color css
<style>
a { background-color: #FDC5EE; }
a { background-color: rgb(253,197,238); }
div.DivClassName
{
background-color: #FDC5EE;
}
.BgClassName
{
background-color: #FDC5EE;
}
</style>
border-color css
<style>
span { border-color: #FDC5EE; }
span { border-color: rgb(253,197,238); }
td.TdClassName
{
border-color: #FDC5EE;
}
.TagClassName
{
border-color: #FDC5EE;
}
</style>