Shades of Romantic #FAC3A7
Tints of Romantic #FAC3A7
RGB
CMYK
RGB Variations
Color information
#FAC3A7 (or 0xFAC3A7) is known color: Romantic. HEX triplet: FA, C3 and A7. RGB value is (250,195,167). Sum of RGB (Red+Green+Blue) = 250+195+167=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 167 (65.62% from 255 or 27.29% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3A7 is #053C58. Grayscale: #D0D0D0. Windows color (decimal): -343129 or 10994682. OLE color: 10994682.
HSL color Cylindrical-coordinate representation of color #FAC3A7: hue angle of 20.24º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAC3A7 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 167 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.02 |
| HSL | 20.24º | 0.89% | 0.82% | - |
| HSV(B) | 20.24º | 0.33% | 0.98% | - |
| XYZ | 65.91 | 62.14 | 45.08 | - |
| YUV | 208.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 167 | 0 | 0.22 | 0.33 | 0.02 | 20.24 | 0.89 | 0.82 |
| Hex | FA | C3 | A7 | 0 | 16 | 21 | 2 | 14 | 59 | 52 |
| Octal | 372 | 303 | 247 | 0 | 26 | 41 | 2 | 24 | 131 | 122 |
| Binary | 11111010 | 11000011 | 10100111 | 0 | 10110 | 100001 | 10 | 10100 | 1011001 | 1010010 |
Color Harmonies of #FAC3A7
Complementary color
Monochromatic Colors of #FAC3A7
Black with #FAC3A7
Text Example
Text Example
White with #FAC3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3A7; }
p { color: rgb(250,195,167); }
H1.HeaderClassName
{
color: #FAC3A7;
}
.AnyTagClassName
{
color: #FAC3A7;
}
</style>
background-color css
<style>
a { background-color: #FAC3A7; }
a { background-color: rgb(250,195,167); }
div.DivClassName
{
background-color: #FAC3A7;
}
.BgClassName
{
background-color: #FAC3A7;
}
</style>
border-color css
<style>
span { border-color: #FAC3A7; }
span { border-color: rgb(250,195,167); }
td.TdClassName
{
border-color: #FAC3A7;
}
.TagClassName
{
border-color: #FAC3A7;
}
</style>