Shades of Romantic #FAC6A2
Tints of Romantic #FAC6A2
RGB
CMYK
RGB Variations
Color information
#FAC6A2 (or 0xFAC6A2) is known color: Romantic. HEX triplet: FA, C6 and A2. RGB value is (250,198,162). Sum of RGB (Red+Green+Blue) = 250+198+162=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 162 (63.67% from 255 or 26.56% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6A2 is #05395D. Grayscale: #D1D1D1. Windows color (decimal): -342366 or 10667770. OLE color: 10667770.
HSL color Cylindrical-coordinate representation of color #FAC6A2: hue angle of 24.55º 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 #FAC6A2 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 162 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.02 |
| HSL | 24.55º | 0.9% | 0.81% | - |
| HSV(B) | 24.55º | 0.35% | 0.98% | - |
| XYZ | 66.14 | 63.32 | 42.92 | - |
| YUV | 209.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 162 | 0 | 0.21 | 0.35 | 0.02 | 24.55 | 0.9 | 0.81 |
| Hex | FA | C6 | A2 | 0 | 15 | 23 | 2 | 19 | 5A | 51 |
| Octal | 372 | 306 | 242 | 0 | 25 | 43 | 2 | 31 | 132 | 121 |
| Binary | 11111010 | 11000110 | 10100010 | 0 | 10101 | 100011 | 10 | 11001 | 1011010 | 1010001 |
Color Harmonies of #FAC6A2
Complementary color
Monochromatic Colors of #FAC6A2
Black with #FAC6A2
Text Example
Text Example
White with #FAC6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6A2; }
p { color: rgb(250,198,162); }
H1.HeaderClassName
{
color: #FAC6A2;
}
.AnyTagClassName
{
color: #FAC6A2;
}
</style>
background-color css
<style>
a { background-color: #FAC6A2; }
a { background-color: rgb(250,198,162); }
div.DivClassName
{
background-color: #FAC6A2;
}
.BgClassName
{
background-color: #FAC6A2;
}
</style>
border-color css
<style>
span { border-color: #FAC6A2; }
span { border-color: rgb(250,198,162); }
td.TdClassName
{
border-color: #FAC6A2;
}
.TagClassName
{
border-color: #FAC6A2;
}
</style>