Shades of Romantic #FAC1A2
Tints of Romantic #FAC1A2
RGB
CMYK
RGB Variations
Color information
#FAC1A2 (or 0xFAC1A2) is known color: Romantic. HEX triplet: FA, C1 and A2. RGB value is (250,193,162). Sum of RGB (Red+Green+Blue) = 250+193+162=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1A2 is #053E5D. Grayscale: #CECECE. Windows color (decimal): -343646 or 10666490. OLE color: 10666490.
HSL color Cylindrical-coordinate representation of color #FAC1A2: hue angle of 21.14º 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 #FAC1A2 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 162 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.02 |
| HSL | 21.14º | 0.9% | 0.81% | - |
| HSV(B) | 21.14º | 0.35% | 0.98% | - |
| XYZ | 65.02 | 61.07 | 42.54 | - |
| YUV | 206.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 162 | 0 | 0.23 | 0.35 | 0.02 | 21.14 | 0.9 | 0.81 |
| Hex | FA | C1 | A2 | 0 | 17 | 23 | 2 | 15 | 5A | 51 |
| Octal | 372 | 301 | 242 | 0 | 27 | 43 | 2 | 25 | 132 | 121 |
| Binary | 11111010 | 11000001 | 10100010 | 0 | 10111 | 100011 | 10 | 10101 | 1011010 | 1010001 |
Color Harmonies of #FAC1A2
Complementary color
Monochromatic Colors of #FAC1A2
Black with #FAC1A2
Text Example
Text Example
White with #FAC1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1A2; }
p { color: rgb(250,193,162); }
H1.HeaderClassName
{
color: #FAC1A2;
}
.AnyTagClassName
{
color: #FAC1A2;
}
</style>
background-color css
<style>
a { background-color: #FAC1A2; }
a { background-color: rgb(250,193,162); }
div.DivClassName
{
background-color: #FAC1A2;
}
.BgClassName
{
background-color: #FAC1A2;
}
</style>
border-color css
<style>
span { border-color: #FAC1A2; }
span { border-color: rgb(250,193,162); }
td.TdClassName
{
border-color: #FAC1A2;
}
.TagClassName
{
border-color: #FAC1A2;
}
</style>