Html Css Color HEX #FABA7D Macaroni And Cheese
📋 copy color: '#FABA7D'red 250 ◦ green 186 ◦ blue 125
Shades of Macaroni And Cheese #FABA7D
Tints of Macaroni And Cheese #FABA7D
RGB
CMYK
RGB Variations
Color information
#FABA7D (or 0xFABA7D) is known color: Macaroni And Cheese. HEX triplet: FA, BA and 7D. RGB value is (250,186,125). Sum of RGB (Red+Green+Blue) = 250+186+125=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA7D is #054582. Grayscale: #C6C6C6. Windows color (decimal): -345475 or 8239866. OLE color: 8239866.
HSL color Cylindrical-coordinate representation of color #FABA7D: hue angle of 29.28º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FABA7D is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 125 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.02 |
| HSL | 29.28º | 0.93% | 0.74% | - |
| HSV(B) | 29.28º | 0.5% | 0.98% | - |
| XYZ | 60.68 | 56.92 | 27.19 | - |
| YUV | 198.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 125 | 0 | 0.26 | 0.50 | 0.02 | 29.28 | 0.93 | 0.74 |
| Hex | FA | BA | 7D | 0 | 1A | 32 | 2 | 1D | 5D | 4A |
| Octal | 372 | 272 | 175 | 0 | 32 | 62 | 2 | 35 | 135 | 112 |
| Binary | 11111010 | 10111010 | 1111101 | 0 | 11010 | 110010 | 10 | 11101 | 1011101 | 1001010 |
Color Harmonies of #FABA7D
Complementary color
Monochromatic Colors of #FABA7D
Black with #FABA7D
Text Example
Text Example
White with #FABA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA7D; }
p { color: rgb(250,186,125); }
H1.HeaderClassName
{
color: #FABA7D;
}
.AnyTagClassName
{
color: #FABA7D;
}
</style>
background-color css
<style>
a { background-color: #FABA7D; }
a { background-color: rgb(250,186,125); }
div.DivClassName
{
background-color: #FABA7D;
}
.BgClassName
{
background-color: #FABA7D;
}
</style>
border-color css
<style>
span { border-color: #FABA7D; }
span { border-color: rgb(250,186,125); }
td.TdClassName
{
border-color: #FABA7D;
}
.TagClassName
{
border-color: #FABA7D;
}
</style>