Shades of Romantic #FDC49D
Tints of Romantic #FDC49D
RGB
CMYK
RGB Variations
Color information
#FDC49D (or 0xFDC49D) is known color: Romantic. HEX triplet: FD, C4 and 9D. RGB value is (253,196,157). Sum of RGB (Red+Green+Blue) = 253+196+157=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC49D is #023B62. Grayscale: #D0D0D0. Windows color (decimal): -146275 or 10339581. OLE color: 10339581.
HSL color Cylindrical-coordinate representation of color #FDC49D: hue angle of 24.38º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDC49D is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 157 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.01 |
| HSL | 24.38º | 0.96% | 0.8% | - |
| HSV(B) | 24.38º | 0.38% | 0.99% | - |
| XYZ | 66.33 | 62.8 | 40.52 | - |
| YUV | 208.6 | 98.88 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 157 | 0 | 0.23 | 0.38 | 0.01 | 24.38 | 0.96 | 0.8 |
| Hex | FD | C4 | 9D | 0 | 17 | 26 | 1 | 18 | 60 | 50 |
| Octal | 375 | 304 | 235 | 0 | 27 | 46 | 1 | 30 | 140 | 120 |
| Binary | 11111101 | 11000100 | 10011101 | 0 | 10111 | 100110 | 1 | 11000 | 1100000 | 1010000 |
Color Harmonies of #FDC49D
Complementary color
Monochromatic Colors of #FDC49D
Black with #FDC49D
Text Example
Text Example
White with #FDC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC49D; }
p { color: rgb(253,196,157); }
H1.HeaderClassName
{
color: #FDC49D;
}
.AnyTagClassName
{
color: #FDC49D;
}
</style>
background-color css
<style>
a { background-color: #FDC49D; }
a { background-color: rgb(253,196,157); }
div.DivClassName
{
background-color: #FDC49D;
}
.BgClassName
{
background-color: #FDC49D;
}
</style>
border-color css
<style>
span { border-color: #FDC49D; }
span { border-color: rgb(253,196,157); }
td.TdClassName
{
border-color: #FDC49D;
}
.TagClassName
{
border-color: #FDC49D;
}
</style>