Shades of Romantic #FDC49F
Tints of Romantic #FDC49F
RGB
CMYK
RGB Variations
Color information
#FDC49F (or 0xFDC49F) is known color: Romantic. HEX triplet: FD, C4 and 9F. RGB value is (253,196,159). Sum of RGB (Red+Green+Blue) = 253+196+159=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC49F is #023B60. Grayscale: #D1D1D1. Windows color (decimal): -146273 or 10470653. OLE color: 10470653.
HSL color Cylindrical-coordinate representation of color #FDC49F: hue angle of 23.62º 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 #FDC49F is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 159 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.01 |
| HSL | 23.62º | 0.96% | 0.81% | - |
| HSV(B) | 23.62º | 0.37% | 0.99% | - |
| XYZ | 66.51 | 62.87 | 41.43 | - |
| YUV | 208.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 159 | 0 | 0.23 | 0.37 | 0.01 | 23.62 | 0.96 | 0.81 |
| Hex | FD | C4 | 9F | 0 | 17 | 25 | 1 | 18 | 60 | 51 |
| Octal | 375 | 304 | 237 | 0 | 27 | 45 | 1 | 30 | 140 | 121 |
| Binary | 11111101 | 11000100 | 10011111 | 0 | 10111 | 100101 | 1 | 11000 | 1100000 | 1010001 |
Color Harmonies of #FDC49F
Complementary color
Monochromatic Colors of #FDC49F
Black with #FDC49F
Text Example
Text Example
White with #FDC49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC49F; }
p { color: rgb(253,196,159); }
H1.HeaderClassName
{
color: #FDC49F;
}
.AnyTagClassName
{
color: #FDC49F;
}
</style>
background-color css
<style>
a { background-color: #FDC49F; }
a { background-color: rgb(253,196,159); }
div.DivClassName
{
background-color: #FDC49F;
}
.BgClassName
{
background-color: #FDC49F;
}
</style>
border-color css
<style>
span { border-color: #FDC49F; }
span { border-color: rgb(253,196,159); }
td.TdClassName
{
border-color: #FDC49F;
}
.TagClassName
{
border-color: #FDC49F;
}
</style>