Shades of Classic Rose #FDC5ED
Tints of Classic Rose #FDC5ED
RGB
CMYK
RGB Variations
Color information
#FDC5ED (or 0xFDC5ED) is known color: Classic Rose. HEX triplet: FD, C5 and ED. RGB value is (253,197,237). Sum of RGB (Red+Green+Blue) = 253+197+237=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 197 (77.34% from 255 or 28.68% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5ED is #023A12. Grayscale: #DADADA. Windows color (decimal): -145939 or 15582717. OLE color: 15582717.
HSL color Cylindrical-coordinate representation of color #FDC5ED: hue angle of 317.14º 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 #FDC5ED is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 197 | 237 | - |
CMYK | 0 | 0.22 | 0.06 | 0.01 |
HSL | 317.14º | 0.93% | 0.88% | - |
HSV(B) | 317.14º | 0.22% | 0.99% | - |
XYZ | 75.76 | 66.93 | 89.05 | - |
YUV | 218.3 | 138.55 | 152.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 197 | 237 | 0 | 0.22 | 0.06 | 0.01 | 317.14 | 0.93 | 0.88 |
Hex | FD | C5 | ED | 0 | 16 | 6 | 1 | 13D | 5D | 58 |
Octal | 375 | 305 | 355 | 0 | 26 | 6 | 1 | 475 | 135 | 130 |
Binary | 11111101 | 11000101 | 11101101 | 0 | 10110 | 110 | 1 | 100111101 | 1011101 | 1011000 |
Color Harmonies of #FDC5ED
Complementary color
Monochromatic Colors of #FDC5ED
Black with #FDC5ED
Text Example
Text Example
White with #FDC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5ED; }
p { color: rgb(253,197,237); }
H1.HeaderClassName
{
color: #FDC5ED;
}
.AnyTagClassName
{
color: #FDC5ED;
}
</style>
background-color css
<style>
a { background-color: #FDC5ED; }
a { background-color: rgb(253,197,237); }
div.DivClassName
{
background-color: #FDC5ED;
}
.BgClassName
{
background-color: #FDC5ED;
}
</style>
border-color css
<style>
span { border-color: #FDC5ED; }
span { border-color: rgb(253,197,237); }
td.TdClassName
{
border-color: #FDC5ED;
}
.TagClassName
{
border-color: #FDC5ED;
}
</style>