Html Css Color HEX #FABA7E Macaroni And Cheese
📋 copy color: '#FABA7E'red 250 ◦ green 186 ◦ blue 126
Shades of Macaroni And Cheese #FABA7E
Tints of Macaroni And Cheese #FABA7E
RGB
CMYK
RGB Variations
Color information
#FABA7E (or 0xFABA7E) is known color: Macaroni And Cheese. HEX triplet: FA, BA and 7E. RGB value is (250,186,126). Sum of RGB (Red+Green+Blue) = 250+186+126=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA7E is #054581. Grayscale: #C6C6C6. Windows color (decimal): -345474 or 8305402. OLE color: 8305402.
HSL color Cylindrical-coordinate representation of color #FABA7E: hue angle of 29.03º 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 #FABA7E is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 126 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.02 |
| HSL | 29.03º | 0.93% | 0.74% | - |
| HSV(B) | 29.03º | 0.5% | 0.98% | - |
| XYZ | 60.75 | 56.95 | 27.53 | - |
| YUV | 198.3 | 87.2 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 126 | 0 | 0.26 | 0.50 | 0.02 | 29.03 | 0.93 | 0.74 |
| Hex | FA | BA | 7E | 0 | 1A | 32 | 2 | 1D | 5D | 4A |
| Octal | 372 | 272 | 176 | 0 | 32 | 62 | 2 | 35 | 135 | 112 |
| Binary | 11111010 | 10111010 | 1111110 | 0 | 11010 | 110010 | 10 | 11101 | 1011101 | 1001010 |
Color Harmonies of #FABA7E
Complementary color
Monochromatic Colors of #FABA7E
Black with #FABA7E
Text Example
Text Example
White with #FABA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA7E; }
p { color: rgb(250,186,126); }
H1.HeaderClassName
{
color: #FABA7E;
}
.AnyTagClassName
{
color: #FABA7E;
}
</style>
background-color css
<style>
a { background-color: #FABA7E; }
a { background-color: rgb(250,186,126); }
div.DivClassName
{
background-color: #FABA7E;
}
.BgClassName
{
background-color: #FABA7E;
}
</style>
border-color css
<style>
span { border-color: #FABA7E; }
span { border-color: rgb(250,186,126); }
td.TdClassName
{
border-color: #FABA7E;
}
.TagClassName
{
border-color: #FABA7E;
}
</style>