Html Css Color HEX #FABA7B Macaroni And Cheese
📋 copy color: '#FABA7B'red 250 ◦ green 186 ◦ blue 123
Shades of Macaroni And Cheese #FABA7B
Tints of Macaroni And Cheese #FABA7B
RGB
CMYK
RGB Variations
Color information
#FABA7B (or 0xFABA7B) is known color: Macaroni And Cheese. HEX triplet: FA, BA and 7B. RGB value is (250,186,123). Sum of RGB (Red+Green+Blue) = 250+186+123=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA7B is #054584. Grayscale: #C6C6C6. Windows color (decimal): -345477 or 8108794. OLE color: 8108794.
HSL color Cylindrical-coordinate representation of color #FABA7B: hue angle of 29.76º 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 #FABA7B is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 123 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.02 |
| HSL | 29.76º | 0.93% | 0.73% | - |
| HSV(B) | 29.76º | 0.51% | 0.98% | - |
| XYZ | 60.56 | 56.87 | 26.52 | - |
| YUV | 197.95 | 85.7 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 123 | 0 | 0.26 | 0.51 | 0.02 | 29.76 | 0.93 | 0.73 |
| Hex | FA | BA | 7B | 0 | 1A | 33 | 2 | 1E | 5D | 49 |
| Octal | 372 | 272 | 173 | 0 | 32 | 63 | 2 | 36 | 135 | 111 |
| Binary | 11111010 | 10111010 | 1111011 | 0 | 11010 | 110011 | 10 | 11110 | 1011101 | 1001001 |
Color Harmonies of #FABA7B
Complementary color
Monochromatic Colors of #FABA7B
Black with #FABA7B
Text Example
Text Example
White with #FABA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA7B; }
p { color: rgb(250,186,123); }
H1.HeaderClassName
{
color: #FABA7B;
}
.AnyTagClassName
{
color: #FABA7B;
}
</style>
background-color css
<style>
a { background-color: #FABA7B; }
a { background-color: rgb(250,186,123); }
div.DivClassName
{
background-color: #FABA7B;
}
.BgClassName
{
background-color: #FABA7B;
}
</style>
border-color css
<style>
span { border-color: #FABA7B; }
span { border-color: rgb(250,186,123); }
td.TdClassName
{
border-color: #FABA7B;
}
.TagClassName
{
border-color: #FABA7B;
}
</style>