Shades of Romantic #FAC29C
Tints of Romantic #FAC29C
RGB
CMYK
RGB Variations
Color information
#FAC29C (or 0xFAC29C) is known color: Romantic. HEX triplet: FA, C2 and 9C. RGB value is (250,194,156). Sum of RGB (Red+Green+Blue) = 250+194+156=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC29C is #053D63. Grayscale: #CECECE. Windows color (decimal): -343396 or 10273530. OLE color: 10273530.
HSL color Cylindrical-coordinate representation of color #FAC29C: hue angle of 24.26º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAC29C is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 156 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.02 |
| HSL | 24.26º | 0.9% | 0.8% | - |
| HSV(B) | 24.26º | 0.38% | 0.98% | - |
| XYZ | 64.72 | 61.31 | 39.88 | - |
| YUV | 206.41 | 99.55 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 156 | 0 | 0.22 | 0.38 | 0.02 | 24.26 | 0.9 | 0.8 |
| Hex | FA | C2 | 9C | 0 | 16 | 26 | 2 | 18 | 5A | 50 |
| Octal | 372 | 302 | 234 | 0 | 26 | 46 | 2 | 30 | 132 | 120 |
| Binary | 11111010 | 11000010 | 10011100 | 0 | 10110 | 100110 | 10 | 11000 | 1011010 | 1010000 |
Color Harmonies of #FAC29C
Complementary color
Monochromatic Colors of #FAC29C
Black with #FAC29C
Text Example
Text Example
White with #FAC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC29C; }
p { color: rgb(250,194,156); }
H1.HeaderClassName
{
color: #FAC29C;
}
.AnyTagClassName
{
color: #FAC29C;
}
</style>
background-color css
<style>
a { background-color: #FAC29C; }
a { background-color: rgb(250,194,156); }
div.DivClassName
{
background-color: #FAC29C;
}
.BgClassName
{
background-color: #FAC29C;
}
</style>
border-color css
<style>
span { border-color: #FAC29C; }
span { border-color: rgb(250,194,156); }
td.TdClassName
{
border-color: #FAC29C;
}
.TagClassName
{
border-color: #FAC29C;
}
</style>