Shades of Classic Rose #FDC7E9
Tints of Classic Rose #FDC7E9
RGB
CMYK
RGB Variations
Color information
#FDC7E9 (or 0xFDC7E9) is known color: Classic Rose. HEX triplet: FD, C7 and E9. RGB value is (253,199,233). Sum of RGB (Red+Green+Blue) = 253+199+233=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 199 (78.12% from 255 or 29.05% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC7E9 is #023816. Grayscale: #DADADA. Windows color (decimal): -145431 or 15321085. OLE color: 15321085.
HSL color Cylindrical-coordinate representation of color #FDC7E9: hue angle of 322.22º 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 #FDC7E9 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 199 | 233 | - |
CMYK | 0 | 0.21 | 0.08 | 0.01 |
HSL | 322.22º | 0.93% | 0.89% | - |
HSV(B) | 322.22º | 0.21% | 0.99% | - |
XYZ | 75.64 | 67.61 | 86.15 | - |
YUV | 219.02 | 135.89 | 152.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 199 | 233 | 0 | 0.21 | 0.08 | 0.01 | 322.22 | 0.93 | 0.89 |
Hex | FD | C7 | E9 | 0 | 15 | 8 | 1 | 142 | 5D | 59 |
Octal | 375 | 307 | 351 | 0 | 25 | 10 | 1 | 502 | 135 | 131 |
Binary | 11111101 | 11000111 | 11101001 | 0 | 10101 | 1000 | 1 | 101000010 | 1011101 | 1011001 |
Color Harmonies of #FDC7E9
Complementary color
Monochromatic Colors of #FDC7E9
Black with #FDC7E9
Text Example
Text Example
White with #FDC7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7E9; }
p { color: rgb(253,199,233); }
H1.HeaderClassName
{
color: #FDC7E9;
}
.AnyTagClassName
{
color: #FDC7E9;
}
</style>
background-color css
<style>
a { background-color: #FDC7E9; }
a { background-color: rgb(253,199,233); }
div.DivClassName
{
background-color: #FDC7E9;
}
.BgClassName
{
background-color: #FDC7E9;
}
</style>
border-color css
<style>
span { border-color: #FDC7E9; }
span { border-color: rgb(253,199,233); }
td.TdClassName
{
border-color: #FDC7E9;
}
.TagClassName
{
border-color: #FDC7E9;
}
</style>