Shades of Romantic #F7C4A4
Tints of Romantic #F7C4A4
RGB
CMYK
RGB Variations
Color information
#F7C4A4 (or 0xF7C4A4) is known color: Romantic. HEX triplet: F7, C4 and A4. RGB value is (247,196,164). Sum of RGB (Red+Green+Blue) = 247+196+164=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C4A4 is #083B5B. Grayscale: #CFCFCF. Windows color (decimal): -539484 or 10798327. OLE color: 10798327.
HSL color Cylindrical-coordinate representation of color #F7C4A4: hue angle of 23.13º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7C4A4 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 164 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.03 |
| HSL | 23.13º | 0.84% | 0.81% | - |
| HSV(B) | 23.13º | 0.34% | 0.97% | - |
| XYZ | 64.8 | 61.93 | 43.66 | - |
| YUV | 207.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 164 | 0 | 0.21 | 0.34 | 0.03 | 23.13 | 0.84 | 0.81 |
| Hex | F7 | C4 | A4 | 0 | 15 | 22 | 3 | 17 | 54 | 51 |
| Octal | 367 | 304 | 244 | 0 | 25 | 42 | 3 | 27 | 124 | 121 |
| Binary | 11110111 | 11000100 | 10100100 | 0 | 10101 | 100010 | 11 | 10111 | 1010100 | 1010001 |
Color Harmonies of #F7C4A4
Complementary color
Monochromatic Colors of #F7C4A4
Black with #F7C4A4
Text Example
Text Example
White with #F7C4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C4A4; }
p { color: rgb(247,196,164); }
H1.HeaderClassName
{
color: #F7C4A4;
}
.AnyTagClassName
{
color: #F7C4A4;
}
</style>
background-color css
<style>
a { background-color: #F7C4A4; }
a { background-color: rgb(247,196,164); }
div.DivClassName
{
background-color: #F7C4A4;
}
.BgClassName
{
background-color: #F7C4A4;
}
</style>
border-color css
<style>
span { border-color: #F7C4A4; }
span { border-color: rgb(247,196,164); }
td.TdClassName
{
border-color: #F7C4A4;
}
.TagClassName
{
border-color: #F7C4A4;
}
</style>