Html Css Color HEX #FABA7C Macaroni And Cheese
📋 copy color: '#FABA7C'red 250 ◦ green 186 ◦ blue 124
Shades of Macaroni And Cheese #FABA7C
Tints of Macaroni And Cheese #FABA7C
RGB
CMYK
RGB Variations
Color information
#FABA7C (or 0xFABA7C) is known color: Macaroni And Cheese. HEX triplet: FA, BA and 7C. RGB value is (250,186,124). Sum of RGB (Red+Green+Blue) = 250+186+124=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA7C is #054583. Grayscale: #C6C6C6. Windows color (decimal): -345476 or 8174330. OLE color: 8174330.
HSL color Cylindrical-coordinate representation of color #FABA7C: hue angle of 29.52º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FABA7C is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 124 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.02 |
| HSL | 29.52º | 0.93% | 0.73% | - |
| HSV(B) | 29.52º | 0.5% | 0.98% | - |
| XYZ | 60.62 | 56.9 | 26.86 | - |
| YUV | 198.07 | 86.2 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 124 | 0 | 0.26 | 0.50 | 0.02 | 29.52 | 0.93 | 0.73 |
| Hex | FA | BA | 7C | 0 | 1A | 32 | 2 | 1E | 5D | 49 |
| Octal | 372 | 272 | 174 | 0 | 32 | 62 | 2 | 36 | 135 | 111 |
| Binary | 11111010 | 10111010 | 1111100 | 0 | 11010 | 110010 | 10 | 11110 | 1011101 | 1001001 |
Color Harmonies of #FABA7C
Complementary color
Monochromatic Colors of #FABA7C
Black with #FABA7C
Text Example
Text Example
White with #FABA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA7C; }
p { color: rgb(250,186,124); }
H1.HeaderClassName
{
color: #FABA7C;
}
.AnyTagClassName
{
color: #FABA7C;
}
</style>
background-color css
<style>
a { background-color: #FABA7C; }
a { background-color: rgb(250,186,124); }
div.DivClassName
{
background-color: #FABA7C;
}
.BgClassName
{
background-color: #FABA7C;
}
</style>
border-color css
<style>
span { border-color: #FABA7C; }
span { border-color: rgb(250,186,124); }
td.TdClassName
{
border-color: #FABA7C;
}
.TagClassName
{
border-color: #FABA7C;
}
</style>