Shades of Romantic #F8C4A0
Tints of Romantic #F8C4A0
RGB
CMYK
RGB Variations
Color information
#F8C4A0 (or 0xF8C4A0) is known color: Romantic. HEX triplet: F8, C4 and A0. RGB value is (248,196,160). Sum of RGB (Red+Green+Blue) = 248+196+160=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C4A0 is #073B5F. Grayscale: #CFCFCF. Windows color (decimal): -473952 or 10536184. OLE color: 10536184.
HSL color Cylindrical-coordinate representation of color #F8C4A0: hue angle of 24.55º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8C4A0 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 160 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.03 |
| HSL | 24.55º | 0.86% | 0.8% | - |
| HSV(B) | 24.55º | 0.35% | 0.97% | - |
| XYZ | 64.8 | 61.97 | 41.8 | - |
| YUV | 207.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 160 | 0 | 0.21 | 0.35 | 0.03 | 24.55 | 0.86 | 0.8 |
| Hex | F8 | C4 | A0 | 0 | 15 | 23 | 3 | 19 | 56 | 50 |
| Octal | 370 | 304 | 240 | 0 | 25 | 43 | 3 | 31 | 126 | 120 |
| Binary | 11111000 | 11000100 | 10100000 | 0 | 10101 | 100011 | 11 | 11001 | 1010110 | 1010000 |
Color Harmonies of #F8C4A0
Complementary color
Monochromatic Colors of #F8C4A0
Black with #F8C4A0
Text Example
Text Example
White with #F8C4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C4A0; }
p { color: rgb(248,196,160); }
H1.HeaderClassName
{
color: #F8C4A0;
}
.AnyTagClassName
{
color: #F8C4A0;
}
</style>
background-color css
<style>
a { background-color: #F8C4A0; }
a { background-color: rgb(248,196,160); }
div.DivClassName
{
background-color: #F8C4A0;
}
.BgClassName
{
background-color: #F8C4A0;
}
</style>
border-color css
<style>
span { border-color: #F8C4A0; }
span { border-color: rgb(248,196,160); }
td.TdClassName
{
border-color: #F8C4A0;
}
.TagClassName
{
border-color: #F8C4A0;
}
</style>