Html Css Color HEX #FABA7A Macaroni And Cheese
📋 copy color: '#FABA7A'red 250 ◦ green 186 ◦ blue 122
Shades of Macaroni And Cheese #FABA7A
Tints of Macaroni And Cheese #FABA7A
RGB
CMYK
RGB Variations
Color information
#FABA7A (or 0xFABA7A) is known color: Macaroni And Cheese. HEX triplet: FA, BA and 7A. RGB value is (250,186,122). Sum of RGB (Red+Green+Blue) = 250+186+122=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA7A is #054585. Grayscale: #C6C6C6. Windows color (decimal): -345478 or 8043258. OLE color: 8043258.
HSL color Cylindrical-coordinate representation of color #FABA7A: hue angle of 30º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FABA7A is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 122 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.02 |
| HSL | 30º | 0.93% | 0.73% | - |
| HSV(B) | 30º | 0.51% | 0.98% | - |
| XYZ | 60.5 | 56.85 | 26.2 | - |
| YUV | 197.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 122 | 0 | 0.26 | 0.51 | 0.02 | 30 | 0.93 | 0.73 |
| Hex | FA | BA | 7A | 0 | 1A | 33 | 2 | 1E | 5D | 49 |
| Octal | 372 | 272 | 172 | 0 | 32 | 63 | 2 | 36 | 135 | 111 |
| Binary | 11111010 | 10111010 | 1111010 | 0 | 11010 | 110011 | 10 | 11110 | 1011101 | 1001001 |
Color Harmonies of #FABA7A
Complementary color
Monochromatic Colors of #FABA7A
Black with #FABA7A
Text Example
Text Example
White with #FABA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA7A; }
p { color: rgb(250,186,122); }
H1.HeaderClassName
{
color: #FABA7A;
}
.AnyTagClassName
{
color: #FABA7A;
}
</style>
background-color css
<style>
a { background-color: #FABA7A; }
a { background-color: rgb(250,186,122); }
div.DivClassName
{
background-color: #FABA7A;
}
.BgClassName
{
background-color: #FABA7A;
}
</style>
border-color css
<style>
span { border-color: #FABA7A; }
span { border-color: rgb(250,186,122); }
td.TdClassName
{
border-color: #FABA7A;
}
.TagClassName
{
border-color: #FABA7A;
}
</style>