Shades of Classic Rose #FDC8E7
Tints of Classic Rose #FDC8E7
RGB
CMYK
RGB Variations
Color information
#FDC8E7 (or 0xFDC8E7) is known color: Classic Rose. HEX triplet: FD, C8 and E7. RGB value is (253,200,231). Sum of RGB (Red+Green+Blue) = 253+200+231=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 200 (78.52% from 255 or 29.24% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC8E7 is #023718. Grayscale: #DBDBDB. Windows color (decimal): -145177 or 15190269. OLE color: 15190269.
HSL color Cylindrical-coordinate representation of color #FDC8E7: hue angle of 324.91º 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 #FDC8E7 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 231 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.01 |
| HSL | 324.91º | 0.93% | 0.89% | - |
| HSV(B) | 324.91º | 0.21% | 0.99% | - |
| XYZ | 75.59 | 67.96 | 84.74 | - |
| YUV | 219.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 231 | 0 | 0.21 | 0.09 | 0.01 | 324.91 | 0.93 | 0.89 |
| Hex | FD | C8 | E7 | 0 | 15 | 9 | 1 | 145 | 5D | 59 |
| Octal | 375 | 310 | 347 | 0 | 25 | 11 | 1 | 505 | 135 | 131 |
| Binary | 11111101 | 11001000 | 11100111 | 0 | 10101 | 1001 | 1 | 101000101 | 1011101 | 1011001 |
Color Harmonies of #FDC8E7
Complementary color
Monochromatic Colors of #FDC8E7
Black with #FDC8E7
Text Example
Text Example
White with #FDC8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8E7; }
p { color: rgb(253,200,231); }
H1.HeaderClassName
{
color: #FDC8E7;
}
.AnyTagClassName
{
color: #FDC8E7;
}
</style>
background-color css
<style>
a { background-color: #FDC8E7; }
a { background-color: rgb(253,200,231); }
div.DivClassName
{
background-color: #FDC8E7;
}
.BgClassName
{
background-color: #FDC8E7;
}
</style>
border-color css
<style>
span { border-color: #FDC8E7; }
span { border-color: rgb(253,200,231); }
td.TdClassName
{
border-color: #FDC8E7;
}
.TagClassName
{
border-color: #FDC8E7;
}
</style>