Html Css Color HEX #FABA80 Macaroni And Cheese
📋 copy color: '#FABA80'red 250 ◦ green 186 ◦ blue 128
Shades of Macaroni And Cheese #FABA80
Tints of Macaroni And Cheese #FABA80
RGB
CMYK
RGB Variations
Color information
#FABA80 (or 0xFABA80) is known color: Macaroni And Cheese. HEX triplet: FA, BA and 80. RGB value is (250,186,128). Sum of RGB (Red+Green+Blue) = 250+186+128=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA80 is #05457F. Grayscale: #C6C6C6. Windows color (decimal): -345472 or 8436474. OLE color: 8436474.
HSL color Cylindrical-coordinate representation of color #FABA80: hue angle of 28.52º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FABA80 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 128 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.02 |
| HSL | 28.52º | 0.92% | 0.74% | - |
| HSV(B) | 28.52º | 0.49% | 0.98% | - |
| XYZ | 60.88 | 57 | 28.22 | - |
| YUV | 198.52 | 88.2 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 128 | 0 | 0.26 | 0.49 | 0.02 | 28.52 | 0.92 | 0.74 |
| Hex | FA | BA | 80 | 0 | 1A | 31 | 2 | 1D | 5C | 4A |
| Octal | 372 | 272 | 200 | 0 | 32 | 61 | 2 | 35 | 134 | 112 |
| Binary | 11111010 | 10111010 | 10000000 | 0 | 11010 | 110001 | 10 | 11101 | 1011100 | 1001010 |
Color Harmonies of #FABA80
Complementary color
Monochromatic Colors of #FABA80
Black with #FABA80
Text Example
Text Example
White with #FABA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA80; }
p { color: rgb(250,186,128); }
H1.HeaderClassName
{
color: #FABA80;
}
.AnyTagClassName
{
color: #FABA80;
}
</style>
background-color css
<style>
a { background-color: #FABA80; }
a { background-color: rgb(250,186,128); }
div.DivClassName
{
background-color: #FABA80;
}
.BgClassName
{
background-color: #FABA80;
}
</style>
border-color css
<style>
span { border-color: #FABA80; }
span { border-color: rgb(250,186,128); }
td.TdClassName
{
border-color: #FABA80;
}
.TagClassName
{
border-color: #FABA80;
}
</style>