Shades of Romantic #FDC598
Tints of Romantic #FDC598
RGB
CMYK
RGB Variations
Color information
#FDC598 (or 0xFDC598) is known color: Romantic. HEX triplet: FD, C5 and 98. RGB value is (253,197,152). Sum of RGB (Red+Green+Blue) = 253+197+152=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC598 is #023A67. Grayscale: #D0D0D0. Windows color (decimal): -146024 or 10012157. OLE color: 10012157.
HSL color Cylindrical-coordinate representation of color #FDC598: hue angle of 26.73º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDC598 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 152 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.01 |
| HSL | 26.73º | 0.96% | 0.79% | - |
| HSV(B) | 26.73º | 0.4% | 0.99% | - |
| XYZ | 66.14 | 63.08 | 38.4 | - |
| YUV | 208.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 152 | 0 | 0.22 | 0.40 | 0.01 | 26.73 | 0.96 | 0.79 |
| Hex | FD | C5 | 98 | 0 | 16 | 28 | 1 | 1B | 60 | 4F |
| Octal | 375 | 305 | 230 | 0 | 26 | 50 | 1 | 33 | 140 | 117 |
| Binary | 11111101 | 11000101 | 10011000 | 0 | 10110 | 101000 | 1 | 11011 | 1100000 | 1001111 |
Color Harmonies of #FDC598
Complementary color
Monochromatic Colors of #FDC598
Black with #FDC598
Text Example
Text Example
White with #FDC598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC598; }
p { color: rgb(253,197,152); }
H1.HeaderClassName
{
color: #FDC598;
}
.AnyTagClassName
{
color: #FDC598;
}
</style>
background-color css
<style>
a { background-color: #FDC598; }
a { background-color: rgb(253,197,152); }
div.DivClassName
{
background-color: #FDC598;
}
.BgClassName
{
background-color: #FDC598;
}
</style>
border-color css
<style>
span { border-color: #FDC598; }
span { border-color: rgb(253,197,152); }
td.TdClassName
{
border-color: #FDC598;
}
.TagClassName
{
border-color: #FDC598;
}
</style>