Shades of Romantic #FDC19F
Tints of Romantic #FDC19F
RGB
CMYK
RGB Variations
Color information
#FDC19F (or 0xFDC19F) is known color: Romantic. HEX triplet: FD, C1 and 9F. RGB value is (253,193,159). Sum of RGB (Red+Green+Blue) = 253+193+159=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 159 (62.5% from 255 or 26.28% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC19F is #023E60. Grayscale: #CFCFCF. Windows color (decimal): -147041 or 10469885. OLE color: 10469885.
HSL color Cylindrical-coordinate representation of color #FDC19F: hue angle of 21.7º 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 #FDC19F is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 159 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.01 |
| HSL | 21.7º | 0.96% | 0.81% | - |
| HSV(B) | 21.7º | 0.37% | 0.99% | - |
| XYZ | 65.84 | 61.53 | 41.21 | - |
| YUV | 207.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 159 | 0 | 0.24 | 0.37 | 0.01 | 21.7 | 0.96 | 0.81 |
| Hex | FD | C1 | 9F | 0 | 18 | 25 | 1 | 16 | 60 | 51 |
| Octal | 375 | 301 | 237 | 0 | 30 | 45 | 1 | 26 | 140 | 121 |
| Binary | 11111101 | 11000001 | 10011111 | 0 | 11000 | 100101 | 1 | 10110 | 1100000 | 1010001 |
Color Harmonies of #FDC19F
Complementary color
Monochromatic Colors of #FDC19F
Black with #FDC19F
Text Example
Text Example
White with #FDC19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC19F; }
p { color: rgb(253,193,159); }
H1.HeaderClassName
{
color: #FDC19F;
}
.AnyTagClassName
{
color: #FDC19F;
}
</style>
background-color css
<style>
a { background-color: #FDC19F; }
a { background-color: rgb(253,193,159); }
div.DivClassName
{
background-color: #FDC19F;
}
.BgClassName
{
background-color: #FDC19F;
}
</style>
border-color css
<style>
span { border-color: #FDC19F; }
span { border-color: rgb(253,193,159); }
td.TdClassName
{
border-color: #FDC19F;
}
.TagClassName
{
border-color: #FDC19F;
}
</style>