Shades of Classic Rose #FDC5E7
Tints of Classic Rose #FDC5E7
RGB
CMYK
RGB Variations
Color information
#FDC5E7 (or 0xFDC5E7) is known color: Classic Rose. HEX triplet: FD, C5 and E7. RGB value is (253,197,231). Sum of RGB (Red+Green+Blue) = 253+197+231=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 197 (77.34% from 255 or 28.93% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5E7 is #023A18. Grayscale: #D9D9D9. Windows color (decimal): -145945 or 15189501. OLE color: 15189501.
HSL color Cylindrical-coordinate representation of color #FDC5E7: hue angle of 323.57º 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 #FDC5E7 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 197 | 231 | - |
CMYK | 0 | 0.22 | 0.09 | 0.01 |
HSL | 323.57º | 0.93% | 0.88% | - |
HSV(B) | 323.57º | 0.22% | 0.99% | - |
XYZ | 74.9 | 66.58 | 84.51 | - |
YUV | 217.62 | 135.55 | 153.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 197 | 231 | 0 | 0.22 | 0.09 | 0.01 | 323.57 | 0.93 | 0.88 |
Hex | FD | C5 | E7 | 0 | 16 | 9 | 1 | 144 | 5D | 58 |
Octal | 375 | 305 | 347 | 0 | 26 | 11 | 1 | 504 | 135 | 130 |
Binary | 11111101 | 11000101 | 11100111 | 0 | 10110 | 1001 | 1 | 101000100 | 1011101 | 1011000 |
Color Harmonies of #FDC5E7
Complementary color
Monochromatic Colors of #FDC5E7
Black with #FDC5E7
Text Example
Text Example
White with #FDC5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5E7; }
p { color: rgb(253,197,231); }
H1.HeaderClassName
{
color: #FDC5E7;
}
.AnyTagClassName
{
color: #FDC5E7;
}
</style>
background-color css
<style>
a { background-color: #FDC5E7; }
a { background-color: rgb(253,197,231); }
div.DivClassName
{
background-color: #FDC5E7;
}
.BgClassName
{
background-color: #FDC5E7;
}
</style>
border-color css
<style>
span { border-color: #FDC5E7; }
span { border-color: rgb(253,197,231); }
td.TdClassName
{
border-color: #FDC5E7;
}
.TagClassName
{
border-color: #FDC5E7;
}
</style>