Shades of Classic Rose #FDC7EB
Tints of Classic Rose #FDC7EB
RGB
CMYK
RGB Variations
Color information
#FDC7EB (or 0xFDC7EB) is known color: Classic Rose. HEX triplet: FD, C7 and EB. RGB value is (253,199,235). Sum of RGB (Red+Green+Blue) = 253+199+235=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC7EB is #023814. Grayscale: #DBDBDB. Windows color (decimal): -145429 or 15452157. OLE color: 15452157.
HSL color Cylindrical-coordinate representation of color #FDC7EB: hue angle of 320º 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 #FDC7EB is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 235 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.01 |
| HSL | 320º | 0.93% | 0.89% | - |
| HSV(B) | 320º | 0.21% | 0.99% | - |
| XYZ | 75.93 | 67.73 | 87.67 | - |
| YUV | 219.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 235 | 0 | 0.21 | 0.07 | 0.01 | 320 | 0.93 | 0.89 |
| Hex | FD | C7 | EB | 0 | 15 | 7 | 1 | 140 | 5D | 59 |
| Octal | 375 | 307 | 353 | 0 | 25 | 7 | 1 | 500 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11101011 | 0 | 10101 | 111 | 1 | 101000000 | 1011101 | 1011001 |
Color Harmonies of #FDC7EB
Complementary color
Monochromatic Colors of #FDC7EB
Black with #FDC7EB
Text Example
Text Example
White with #FDC7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7EB; }
p { color: rgb(253,199,235); }
H1.HeaderClassName
{
color: #FDC7EB;
}
.AnyTagClassName
{
color: #FDC7EB;
}
</style>
background-color css
<style>
a { background-color: #FDC7EB; }
a { background-color: rgb(253,199,235); }
div.DivClassName
{
background-color: #FDC7EB;
}
.BgClassName
{
background-color: #FDC7EB;
}
</style>
border-color css
<style>
span { border-color: #FDC7EB; }
span { border-color: rgb(253,199,235); }
td.TdClassName
{
border-color: #FDC7EB;
}
.TagClassName
{
border-color: #FDC7EB;
}
</style>