Html Css Color HEX #FABB7C Macaroni And Cheese
📋 copy color: '#FABB7C'red 250 ◦ green 187 ◦ blue 124
Shades of Macaroni And Cheese #FABB7C
Tints of Macaroni And Cheese #FABB7C
RGB
CMYK
RGB Variations
Color information
#FABB7C (or 0xFABB7C) is known color: Macaroni And Cheese. HEX triplet: FA, BB and 7C. RGB value is (250,187,124). Sum of RGB (Red+Green+Blue) = 250+187+124=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB7C is #054483. Grayscale: #C6C6C6. Windows color (decimal): -345220 or 8174586. OLE color: 8174586.
HSL color Cylindrical-coordinate representation of color #FABB7C: 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.5%. Process color model (Four color, CMYK) of #FABB7C is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 124 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.02 |
| HSL | 30º | 0.93% | 0.73% | - |
| HSV(B) | 30º | 0.5% | 0.98% | - |
| XYZ | 60.83 | 57.32 | 26.93 | - |
| YUV | 198.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 124 | 0 | 0.25 | 0.50 | 0.02 | 30 | 0.93 | 0.73 |
| Hex | FA | BB | 7C | 0 | 19 | 32 | 2 | 1E | 5D | 49 |
| Octal | 372 | 273 | 174 | 0 | 31 | 62 | 2 | 36 | 135 | 111 |
| Binary | 11111010 | 10111011 | 1111100 | 0 | 11001 | 110010 | 10 | 11110 | 1011101 | 1001001 |
Color Harmonies of #FABB7C
Complementary color
Monochromatic Colors of #FABB7C
Black with #FABB7C
Text Example
Text Example
White with #FABB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB7C; }
p { color: rgb(250,187,124); }
H1.HeaderClassName
{
color: #FABB7C;
}
.AnyTagClassName
{
color: #FABB7C;
}
</style>
background-color css
<style>
a { background-color: #FABB7C; }
a { background-color: rgb(250,187,124); }
div.DivClassName
{
background-color: #FABB7C;
}
.BgClassName
{
background-color: #FABB7C;
}
</style>
border-color css
<style>
span { border-color: #FABB7C; }
span { border-color: rgb(250,187,124); }
td.TdClassName
{
border-color: #FABB7C;
}
.TagClassName
{
border-color: #FABB7C;
}
</style>