Shades of Romantic #FCC8A0
Tints of Romantic #FCC8A0
RGB
CMYK
RGB Variations
Color information
#FCC8A0 (or 0xFCC8A0) is known color: Romantic. HEX triplet: FC, C8 and A0. RGB value is (252,200,160). Sum of RGB (Red+Green+Blue) = 252+200+160=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC8A0 is #03375F. Grayscale: #D3D3D3. Windows color (decimal): -210784 or 10537212. OLE color: 10537212.
HSL color Cylindrical-coordinate representation of color #FCC8A0: hue angle of 26.09º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCC8A0 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 160 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.01 |
| HSL | 26.09º | 0.94% | 0.81% | - |
| HSV(B) | 26.09º | 0.37% | 0.99% | - |
| XYZ | 67.14 | 64.54 | 42.18 | - |
| YUV | 210.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 160 | 0 | 0.21 | 0.37 | 0.01 | 26.09 | 0.94 | 0.81 |
| Hex | FC | C8 | A0 | 0 | 15 | 25 | 1 | 1A | 5E | 51 |
| Octal | 374 | 310 | 240 | 0 | 25 | 45 | 1 | 32 | 136 | 121 |
| Binary | 11111100 | 11001000 | 10100000 | 0 | 10101 | 100101 | 1 | 11010 | 1011110 | 1010001 |
Color Harmonies of #FCC8A0
Complementary color
Monochromatic Colors of #FCC8A0
Black with #FCC8A0
Text Example
Text Example
White with #FCC8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8A0; }
p { color: rgb(252,200,160); }
H1.HeaderClassName
{
color: #FCC8A0;
}
.AnyTagClassName
{
color: #FCC8A0;
}
</style>
background-color css
<style>
a { background-color: #FCC8A0; }
a { background-color: rgb(252,200,160); }
div.DivClassName
{
background-color: #FCC8A0;
}
.BgClassName
{
background-color: #FCC8A0;
}
</style>
border-color css
<style>
span { border-color: #FCC8A0; }
span { border-color: rgb(252,200,160); }
td.TdClassName
{
border-color: #FCC8A0;
}
.TagClassName
{
border-color: #FCC8A0;
}
</style>