Shades of Romantic #FAC3A4
Tints of Romantic #FAC3A4
RGB
CMYK
RGB Variations
Color information
#FAC3A4 (or 0xFAC3A4) is known color: Romantic. HEX triplet: FA, C3 and A4. RGB value is (250,195,164). Sum of RGB (Red+Green+Blue) = 250+195+164=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 164 (64.45% from 255 or 26.93% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3A4 is #053C5B. Grayscale: #D0D0D0. Windows color (decimal): -343132 or 10798074. OLE color: 10798074.
HSL color Cylindrical-coordinate representation of color #FAC3A4: hue angle of 21.63º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAC3A4 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 164 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.02 |
| HSL | 21.63º | 0.9% | 0.81% | - |
| HSV(B) | 21.63º | 0.34% | 0.98% | - |
| XYZ | 65.64 | 62.03 | 43.64 | - |
| YUV | 207.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 164 | 0 | 0.22 | 0.34 | 0.02 | 21.63 | 0.9 | 0.81 |
| Hex | FA | C3 | A4 | 0 | 16 | 22 | 2 | 16 | 5A | 51 |
| Octal | 372 | 303 | 244 | 0 | 26 | 42 | 2 | 26 | 132 | 121 |
| Binary | 11111010 | 11000011 | 10100100 | 0 | 10110 | 100010 | 10 | 10110 | 1011010 | 1010001 |
Color Harmonies of #FAC3A4
Complementary color
Monochromatic Colors of #FAC3A4
Black with #FAC3A4
Text Example
Text Example
White with #FAC3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3A4; }
p { color: rgb(250,195,164); }
H1.HeaderClassName
{
color: #FAC3A4;
}
.AnyTagClassName
{
color: #FAC3A4;
}
</style>
background-color css
<style>
a { background-color: #FAC3A4; }
a { background-color: rgb(250,195,164); }
div.DivClassName
{
background-color: #FAC3A4;
}
.BgClassName
{
background-color: #FAC3A4;
}
</style>
border-color css
<style>
span { border-color: #FAC3A4; }
span { border-color: rgb(250,195,164); }
td.TdClassName
{
border-color: #FAC3A4;
}
.TagClassName
{
border-color: #FAC3A4;
}
</style>