Shades of Romantic #FAC2A2
Tints of Romantic #FAC2A2
RGB
CMYK
RGB Variations
Color information
#FAC2A2 (or 0xFAC2A2) is known color: Romantic. HEX triplet: FA, C2 and A2. RGB value is (250,194,162). Sum of RGB (Red+Green+Blue) = 250+194+162=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 162 (63.67% from 255 or 26.73% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC2A2 is #053D5D. Grayscale: #CFCFCF. Windows color (decimal): -343390 or 10666746. OLE color: 10666746.
HSL color Cylindrical-coordinate representation of color #FAC2A2: hue angle of 21.82º 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 #FAC2A2 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 162 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.02 |
| HSL | 21.82º | 0.9% | 0.81% | - |
| HSV(B) | 21.82º | 0.35% | 0.98% | - |
| XYZ | 65.24 | 61.52 | 42.62 | - |
| YUV | 207.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 162 | 0 | 0.22 | 0.35 | 0.02 | 21.82 | 0.9 | 0.81 |
| Hex | FA | C2 | A2 | 0 | 16 | 23 | 2 | 16 | 5A | 51 |
| Octal | 372 | 302 | 242 | 0 | 26 | 43 | 2 | 26 | 132 | 121 |
| Binary | 11111010 | 11000010 | 10100010 | 0 | 10110 | 100011 | 10 | 10110 | 1011010 | 1010001 |
Color Harmonies of #FAC2A2
Complementary color
Monochromatic Colors of #FAC2A2
Black with #FAC2A2
Text Example
Text Example
White with #FAC2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2A2; }
p { color: rgb(250,194,162); }
H1.HeaderClassName
{
color: #FAC2A2;
}
.AnyTagClassName
{
color: #FAC2A2;
}
</style>
background-color css
<style>
a { background-color: #FAC2A2; }
a { background-color: rgb(250,194,162); }
div.DivClassName
{
background-color: #FAC2A2;
}
.BgClassName
{
background-color: #FAC2A2;
}
</style>
border-color css
<style>
span { border-color: #FAC2A2; }
span { border-color: rgb(250,194,162); }
td.TdClassName
{
border-color: #FAC2A2;
}
.TagClassName
{
border-color: #FAC2A2;
}
</style>