Shades of Romantic #FDC99E
Tints of Romantic #FDC99E
RGB
CMYK
RGB Variations
Color information
#FDC99E (or 0xFDC99E) is known color: Romantic. HEX triplet: FD, C9 and 9E. RGB value is (253,201,158). Sum of RGB (Red+Green+Blue) = 253+201+158=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC99E is #023661. Grayscale: #D3D3D3. Windows color (decimal): -144994 or 10406397. OLE color: 10406397.
HSL color Cylindrical-coordinate representation of color #FDC99E: hue angle of 27.16º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDC99E is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 158 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.01 |
| HSL | 27.16º | 0.96% | 0.81% | - |
| HSV(B) | 27.16º | 0.38% | 0.99% | - |
| XYZ | 67.57 | 65.12 | 41.36 | - |
| YUV | 211.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 158 | 0 | 0.21 | 0.38 | 0.01 | 27.16 | 0.96 | 0.81 |
| Hex | FD | C9 | 9E | 0 | 15 | 26 | 1 | 1B | 60 | 51 |
| Octal | 375 | 311 | 236 | 0 | 25 | 46 | 1 | 33 | 140 | 121 |
| Binary | 11111101 | 11001001 | 10011110 | 0 | 10101 | 100110 | 1 | 11011 | 1100000 | 1010001 |
Color Harmonies of #FDC99E
Complementary color
Monochromatic Colors of #FDC99E
Black with #FDC99E
Text Example
Text Example
White with #FDC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC99E; }
p { color: rgb(253,201,158); }
H1.HeaderClassName
{
color: #FDC99E;
}
.AnyTagClassName
{
color: #FDC99E;
}
</style>
background-color css
<style>
a { background-color: #FDC99E; }
a { background-color: rgb(253,201,158); }
div.DivClassName
{
background-color: #FDC99E;
}
.BgClassName
{
background-color: #FDC99E;
}
</style>
border-color css
<style>
span { border-color: #FDC99E; }
span { border-color: rgb(253,201,158); }
td.TdClassName
{
border-color: #FDC99E;
}
.TagClassName
{
border-color: #FDC99E;
}
</style>