Shades of Classic Rose #FDC7ED
Tints of Classic Rose #FDC7ED
RGB
CMYK
RGB Variations
Color information
#FDC7ED (or 0xFDC7ED) is known color: Classic Rose. HEX triplet: FD, C7 and ED. RGB value is (253,199,237). Sum of RGB (Red+Green+Blue) = 253+199+237=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 199 (78.12% from 255 or 28.88% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC7ED is #023812. Grayscale: #DBDBDB. Windows color (decimal): -145427 or 15583229. OLE color: 15583229.
HSL color Cylindrical-coordinate representation of color #FDC7ED: hue angle of 317.78º 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 #FDC7ED is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 199 | 237 | - |
CMYK | 0 | 0.21 | 0.06 | 0.01 |
HSL | 317.78º | 0.93% | 0.89% | - |
HSV(B) | 317.78º | 0.21% | 0.99% | - |
XYZ | 76.22 | 67.84 | 89.2 | - |
YUV | 219.48 | 137.89 | 151.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 199 | 237 | 0 | 0.21 | 0.06 | 0.01 | 317.78 | 0.93 | 0.89 |
Hex | FD | C7 | ED | 0 | 15 | 6 | 1 | 13E | 5D | 59 |
Octal | 375 | 307 | 355 | 0 | 25 | 6 | 1 | 476 | 135 | 131 |
Binary | 11111101 | 11000111 | 11101101 | 0 | 10101 | 110 | 1 | 100111110 | 1011101 | 1011001 |
Color Harmonies of #FDC7ED
Complementary color
Monochromatic Colors of #FDC7ED
Black with #FDC7ED
Text Example
Text Example
White with #FDC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7ED; }
p { color: rgb(253,199,237); }
H1.HeaderClassName
{
color: #FDC7ED;
}
.AnyTagClassName
{
color: #FDC7ED;
}
</style>
background-color css
<style>
a { background-color: #FDC7ED; }
a { background-color: rgb(253,199,237); }
div.DivClassName
{
background-color: #FDC7ED;
}
.BgClassName
{
background-color: #FDC7ED;
}
</style>
border-color css
<style>
span { border-color: #FDC7ED; }
span { border-color: rgb(253,199,237); }
td.TdClassName
{
border-color: #FDC7ED;
}
.TagClassName
{
border-color: #FDC7ED;
}
</style>