Shades of Romantic #FAC29A
Tints of Romantic #FAC29A
RGB
CMYK
RGB Variations
Color information
#FAC29A (or 0xFAC29A) is known color: Romantic. HEX triplet: FA, C2 and 9A. RGB value is (250,194,154). Sum of RGB (Red+Green+Blue) = 250+194+154=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC29A is #053D65. Grayscale: #CECECE. Windows color (decimal): -343398 or 10142458. OLE color: 10142458.
HSL color Cylindrical-coordinate representation of color #FAC29A: hue angle of 25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAC29A is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 154 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.02 |
| HSL | 25º | 0.91% | 0.79% | - |
| HSV(B) | 25º | 0.38% | 0.98% | - |
| XYZ | 64.55 | 61.24 | 38.99 | - |
| YUV | 206.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 154 | 0 | 0.22 | 0.38 | 0.02 | 25 | 0.91 | 0.79 |
| Hex | FA | C2 | 9A | 0 | 16 | 26 | 2 | 19 | 5B | 4F |
| Octal | 372 | 302 | 232 | 0 | 26 | 46 | 2 | 31 | 133 | 117 |
| Binary | 11111010 | 11000010 | 10011010 | 0 | 10110 | 100110 | 10 | 11001 | 1011011 | 1001111 |
Color Harmonies of #FAC29A
Complementary color
Monochromatic Colors of #FAC29A
Black with #FAC29A
Text Example
Text Example
White with #FAC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC29A; }
p { color: rgb(250,194,154); }
H1.HeaderClassName
{
color: #FAC29A;
}
.AnyTagClassName
{
color: #FAC29A;
}
</style>
background-color css
<style>
a { background-color: #FAC29A; }
a { background-color: rgb(250,194,154); }
div.DivClassName
{
background-color: #FAC29A;
}
.BgClassName
{
background-color: #FAC29A;
}
</style>
border-color css
<style>
span { border-color: #FAC29A; }
span { border-color: rgb(250,194,154); }
td.TdClassName
{
border-color: #FAC29A;
}
.TagClassName
{
border-color: #FAC29A;
}
</style>