Shades of Romantic #FDC7A0
Tints of Romantic #FDC7A0
RGB
CMYK
RGB Variations
Color information
#FDC7A0 (or 0xFDC7A0) is known color: Romantic. HEX triplet: FD, C7 and A0. RGB value is (253,199,160). Sum of RGB (Red+Green+Blue) = 253+199+160=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC7A0 is #02385F. Grayscale: #D2D2D2. Windows color (decimal): -145504 or 10536957. OLE color: 10536957.
HSL color Cylindrical-coordinate representation of color #FDC7A0: hue angle of 25.16º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDC7A0 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 160 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.01 |
| HSL | 25.16º | 0.96% | 0.81% | - |
| HSV(B) | 25.16º | 0.37% | 0.99% | - |
| XYZ | 67.28 | 64.27 | 42.12 | - |
| YUV | 210.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 160 | 0 | 0.21 | 0.37 | 0.01 | 25.16 | 0.96 | 0.81 |
| Hex | FD | C7 | A0 | 0 | 15 | 25 | 1 | 19 | 60 | 51 |
| Octal | 375 | 307 | 240 | 0 | 25 | 45 | 1 | 31 | 140 | 121 |
| Binary | 11111101 | 11000111 | 10100000 | 0 | 10101 | 100101 | 1 | 11001 | 1100000 | 1010001 |
Color Harmonies of #FDC7A0
Complementary color
Monochromatic Colors of #FDC7A0
Black with #FDC7A0
Text Example
Text Example
White with #FDC7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7A0; }
p { color: rgb(253,199,160); }
H1.HeaderClassName
{
color: #FDC7A0;
}
.AnyTagClassName
{
color: #FDC7A0;
}
</style>
background-color css
<style>
a { background-color: #FDC7A0; }
a { background-color: rgb(253,199,160); }
div.DivClassName
{
background-color: #FDC7A0;
}
.BgClassName
{
background-color: #FDC7A0;
}
</style>
border-color css
<style>
span { border-color: #FDC7A0; }
span { border-color: rgb(253,199,160); }
td.TdClassName
{
border-color: #FDC7A0;
}
.TagClassName
{
border-color: #FDC7A0;
}
</style>