Shades of Romantic #FDC097
Tints of Romantic #FDC097
RGB
CMYK
RGB Variations
Color information
#FDC097 (or 0xFDC097) is known color: Romantic. HEX triplet: FD, C0 and 97. RGB value is (253,192,151). Sum of RGB (Red+Green+Blue) = 253+192+151=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC097 is #023F68. Grayscale: #CDCDCD. Windows color (decimal): -147305 or 9945341. OLE color: 9945341.
HSL color Cylindrical-coordinate representation of color #FDC097: hue angle of 24.12º 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 #FDC097 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 151 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.01 |
| HSL | 24.12º | 0.96% | 0.79% | - |
| HSV(B) | 24.12º | 0.4% | 0.99% | - |
| XYZ | 64.94 | 60.82 | 37.59 | - |
| YUV | 205.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 151 | 0 | 0.24 | 0.40 | 0.01 | 24.12 | 0.96 | 0.79 |
| Hex | FD | C0 | 97 | 0 | 18 | 28 | 1 | 18 | 60 | 4F |
| Octal | 375 | 300 | 227 | 0 | 30 | 50 | 1 | 30 | 140 | 117 |
| Binary | 11111101 | 11000000 | 10010111 | 0 | 11000 | 101000 | 1 | 11000 | 1100000 | 1001111 |
Color Harmonies of #FDC097
Complementary color
Monochromatic Colors of #FDC097
Black with #FDC097
Text Example
Text Example
White with #FDC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC097; }
p { color: rgb(253,192,151); }
H1.HeaderClassName
{
color: #FDC097;
}
.AnyTagClassName
{
color: #FDC097;
}
</style>
background-color css
<style>
a { background-color: #FDC097; }
a { background-color: rgb(253,192,151); }
div.DivClassName
{
background-color: #FDC097;
}
.BgClassName
{
background-color: #FDC097;
}
</style>
border-color css
<style>
span { border-color: #FDC097; }
span { border-color: rgb(253,192,151); }
td.TdClassName
{
border-color: #FDC097;
}
.TagClassName
{
border-color: #FDC097;
}
</style>