Shades of Romantic #FDC198
Tints of Romantic #FDC198
RGB
CMYK
RGB Variations
Color information
#FDC198 (or 0xFDC198) is known color: Romantic. HEX triplet: FD, C1 and 98. RGB value is (253,193,152). Sum of RGB (Red+Green+Blue) = 253+193+152=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC198 is #023E67. Grayscale: #CECECE. Windows color (decimal): -147048 or 10011133. OLE color: 10011133.
HSL color Cylindrical-coordinate representation of color #FDC198: hue angle of 24.36º 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 #FDC198 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 152 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.01 |
| HSL | 24.36º | 0.96% | 0.79% | - |
| HSV(B) | 24.36º | 0.4% | 0.99% | - |
| XYZ | 65.25 | 61.29 | 38.1 | - |
| YUV | 206.27 | 97.38 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 152 | 0 | 0.24 | 0.40 | 0.01 | 24.36 | 0.96 | 0.79 |
| Hex | FD | C1 | 98 | 0 | 18 | 28 | 1 | 18 | 60 | 4F |
| Octal | 375 | 301 | 230 | 0 | 30 | 50 | 1 | 30 | 140 | 117 |
| Binary | 11111101 | 11000001 | 10011000 | 0 | 11000 | 101000 | 1 | 11000 | 1100000 | 1001111 |
Color Harmonies of #FDC198
Complementary color
Monochromatic Colors of #FDC198
Black with #FDC198
Text Example
Text Example
White with #FDC198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC198; }
p { color: rgb(253,193,152); }
H1.HeaderClassName
{
color: #FDC198;
}
.AnyTagClassName
{
color: #FDC198;
}
</style>
background-color css
<style>
a { background-color: #FDC198; }
a { background-color: rgb(253,193,152); }
div.DivClassName
{
background-color: #FDC198;
}
.BgClassName
{
background-color: #FDC198;
}
</style>
border-color css
<style>
span { border-color: #FDC198; }
span { border-color: rgb(253,193,152); }
td.TdClassName
{
border-color: #FDC198;
}
.TagClassName
{
border-color: #FDC198;
}
</style>