Shades of Romantic #FAC0A6
Tints of Romantic #FAC0A6
RGB
CMYK
RGB Variations
Color information
#FAC0A6 (or 0xFAC0A6) is known color: Romantic. HEX triplet: FA, C0 and A6. RGB value is (250,192,166). Sum of RGB (Red+Green+Blue) = 250+192+166=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC0A6 is #053F59. Grayscale: #CECECE. Windows color (decimal): -343898 or 10928378. OLE color: 10928378.
HSL color Cylindrical-coordinate representation of color #FAC0A6: hue angle of 18.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAC0A6 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 166 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.02 |
| HSL | 18.57º | 0.89% | 0.82% | - |
| HSV(B) | 18.57º | 0.34% | 0.98% | - |
| XYZ | 65.16 | 60.78 | 44.37 | - |
| YUV | 206.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 166 | 0 | 0.23 | 0.34 | 0.02 | 18.57 | 0.89 | 0.82 |
| Hex | FA | C0 | A6 | 0 | 17 | 22 | 2 | 13 | 59 | 52 |
| Octal | 372 | 300 | 246 | 0 | 27 | 42 | 2 | 23 | 131 | 122 |
| Binary | 11111010 | 11000000 | 10100110 | 0 | 10111 | 100010 | 10 | 10011 | 1011001 | 1010010 |
Color Harmonies of #FAC0A6
Complementary color
Monochromatic Colors of #FAC0A6
Black with #FAC0A6
Text Example
Text Example
White with #FAC0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0A6; }
p { color: rgb(250,192,166); }
H1.HeaderClassName
{
color: #FAC0A6;
}
.AnyTagClassName
{
color: #FAC0A6;
}
</style>
background-color css
<style>
a { background-color: #FAC0A6; }
a { background-color: rgb(250,192,166); }
div.DivClassName
{
background-color: #FAC0A6;
}
.BgClassName
{
background-color: #FAC0A6;
}
</style>
border-color css
<style>
span { border-color: #FAC0A6; }
span { border-color: rgb(250,192,166); }
td.TdClassName
{
border-color: #FAC0A6;
}
.TagClassName
{
border-color: #FAC0A6;
}
</style>