Shades of Romantic #FAC4A2
Tints of Romantic #FAC4A2
RGB
CMYK
RGB Variations
Color information
#FAC4A2 (or 0xFAC4A2) is known color: Romantic. HEX triplet: FA, C4 and A2. RGB value is (250,196,162). Sum of RGB (Red+Green+Blue) = 250+196+162=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 162 (63.67% from 255 or 26.64% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4A2 is #053B5D. Grayscale: #D0D0D0. Windows color (decimal): -342878 or 10667258. OLE color: 10667258.
HSL color Cylindrical-coordinate representation of color #FAC4A2: hue angle of 23.18º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAC4A2 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 162 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.02 |
| HSL | 23.18º | 0.9% | 0.81% | - |
| HSV(B) | 23.18º | 0.35% | 0.98% | - |
| XYZ | 65.69 | 62.41 | 42.77 | - |
| YUV | 208.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 162 | 0 | 0.22 | 0.35 | 0.02 | 23.18 | 0.9 | 0.81 |
| Hex | FA | C4 | A2 | 0 | 16 | 23 | 2 | 17 | 5A | 51 |
| Octal | 372 | 304 | 242 | 0 | 26 | 43 | 2 | 27 | 132 | 121 |
| Binary | 11111010 | 11000100 | 10100010 | 0 | 10110 | 100011 | 10 | 10111 | 1011010 | 1010001 |
Color Harmonies of #FAC4A2
Complementary color
Monochromatic Colors of #FAC4A2
Black with #FAC4A2
Text Example
Text Example
White with #FAC4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4A2; }
p { color: rgb(250,196,162); }
H1.HeaderClassName
{
color: #FAC4A2;
}
.AnyTagClassName
{
color: #FAC4A2;
}
</style>
background-color css
<style>
a { background-color: #FAC4A2; }
a { background-color: rgb(250,196,162); }
div.DivClassName
{
background-color: #FAC4A2;
}
.BgClassName
{
background-color: #FAC4A2;
}
</style>
border-color css
<style>
span { border-color: #FAC4A2; }
span { border-color: rgb(250,196,162); }
td.TdClassName
{
border-color: #FAC4A2;
}
.TagClassName
{
border-color: #FAC4A2;
}
</style>