Shades of Romantic #FCC99E
Tints of Romantic #FCC99E
RGB
CMYK
RGB Variations
Color information
#FCC99E (or 0xFCC99E) is known color: Romantic. HEX triplet: FC, C9 and 9E. RGB value is (252,201,158). Sum of RGB (Red+Green+Blue) = 252+201+158=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC99E is #033661. Grayscale: #D3D3D3. Windows color (decimal): -210530 or 10406396. OLE color: 10406396.
HSL color Cylindrical-coordinate representation of color #FCC99E: hue angle of 27.45º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCC99E is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 158 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.01 |
| HSL | 27.45º | 0.94% | 0.8% | - |
| HSV(B) | 27.45º | 0.37% | 0.99% | - |
| XYZ | 67.2 | 64.94 | 41.34 | - |
| YUV | 211.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 158 | 0 | 0.20 | 0.37 | 0.01 | 27.45 | 0.94 | 0.8 |
| Hex | FC | C9 | 9E | 0 | 14 | 25 | 1 | 1B | 5E | 50 |
| Octal | 374 | 311 | 236 | 0 | 24 | 45 | 1 | 33 | 136 | 120 |
| Binary | 11111100 | 11001001 | 10011110 | 0 | 10100 | 100101 | 1 | 11011 | 1011110 | 1010000 |
Color Harmonies of #FCC99E
Complementary color
Monochromatic Colors of #FCC99E
Black with #FCC99E
Text Example
Text Example
White with #FCC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC99E; }
p { color: rgb(252,201,158); }
H1.HeaderClassName
{
color: #FCC99E;
}
.AnyTagClassName
{
color: #FCC99E;
}
</style>
background-color css
<style>
a { background-color: #FCC99E; }
a { background-color: rgb(252,201,158); }
div.DivClassName
{
background-color: #FCC99E;
}
.BgClassName
{
background-color: #FCC99E;
}
</style>
border-color css
<style>
span { border-color: #FCC99E; }
span { border-color: rgb(252,201,158); }
td.TdClassName
{
border-color: #FCC99E;
}
.TagClassName
{
border-color: #FCC99E;
}
</style>