Shades of Romantic #FDC99D
Tints of Romantic #FDC99D
RGB
CMYK
RGB Variations
Color information
#FDC99D (or 0xFDC99D) is known color: Romantic. HEX triplet: FD, C9 and 9D. RGB value is (253,201,157). Sum of RGB (Red+Green+Blue) = 253+201+157=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC99D is #023662. Grayscale: #D3D3D3. Windows color (decimal): -144995 or 10340861. OLE color: 10340861.
HSL color Cylindrical-coordinate representation of color #FDC99D: hue angle of 27.5º 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 #FDC99D is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 157 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.01 |
| HSL | 27.5º | 0.96% | 0.8% | - |
| HSV(B) | 27.5º | 0.38% | 0.99% | - |
| XYZ | 67.48 | 65.09 | 40.91 | - |
| YUV | 211.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 157 | 0 | 0.21 | 0.38 | 0.01 | 27.5 | 0.96 | 0.8 |
| Hex | FD | C9 | 9D | 0 | 15 | 26 | 1 | 1C | 60 | 50 |
| Octal | 375 | 311 | 235 | 0 | 25 | 46 | 1 | 34 | 140 | 120 |
| Binary | 11111101 | 11001001 | 10011101 | 0 | 10101 | 100110 | 1 | 11100 | 1100000 | 1010000 |
Color Harmonies of #FDC99D
Complementary color
Monochromatic Colors of #FDC99D
Black with #FDC99D
Text Example
Text Example
White with #FDC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC99D; }
p { color: rgb(253,201,157); }
H1.HeaderClassName
{
color: #FDC99D;
}
.AnyTagClassName
{
color: #FDC99D;
}
</style>
background-color css
<style>
a { background-color: #FDC99D; }
a { background-color: rgb(253,201,157); }
div.DivClassName
{
background-color: #FDC99D;
}
.BgClassName
{
background-color: #FDC99D;
}
</style>
border-color css
<style>
span { border-color: #FDC99D; }
span { border-color: rgb(253,201,157); }
td.TdClassName
{
border-color: #FDC99D;
}
.TagClassName
{
border-color: #FDC99D;
}
</style>