Html Css Color HEX #FABB8A Macaroni And Cheese
📋 copy color: '#FABB8A'red 250 ◦ green 187 ◦ blue 138
Shades of Macaroni And Cheese #FABB8A
Tints of Macaroni And Cheese #FABB8A
RGB
CMYK
RGB Variations
Color information
#FABB8A (or 0xFABB8A) is known color: Macaroni And Cheese. HEX triplet: FA, BB and 8A. RGB value is (250,187,138). Sum of RGB (Red+Green+Blue) = 250+187+138=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB8A is #054475. Grayscale: #C8C8C8. Windows color (decimal): -345206 or 9092090. OLE color: 9092090.
HSL color Cylindrical-coordinate representation of color #FABB8A: hue angle of 26.25º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FABB8A is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 138 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.02 |
| HSL | 26.25º | 0.92% | 0.76% | - |
| HSV(B) | 26.25º | 0.45% | 0.98% | - |
| XYZ | 61.78 | 57.7 | 31.93 | - |
| YUV | 200.25 | 92.87 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 138 | 0 | 0.25 | 0.45 | 0.02 | 26.25 | 0.92 | 0.76 |
| Hex | FA | BB | 8A | 0 | 19 | 2D | 2 | 1A | 5C | 4C |
| Octal | 372 | 273 | 212 | 0 | 31 | 55 | 2 | 32 | 134 | 114 |
| Binary | 11111010 | 10111011 | 10001010 | 0 | 11001 | 101101 | 10 | 11010 | 1011100 | 1001100 |
Color Harmonies of #FABB8A
Complementary color
Monochromatic Colors of #FABB8A
Black with #FABB8A
Text Example
Text Example
White with #FABB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB8A; }
p { color: rgb(250,187,138); }
H1.HeaderClassName
{
color: #FABB8A;
}
.AnyTagClassName
{
color: #FABB8A;
}
</style>
background-color css
<style>
a { background-color: #FABB8A; }
a { background-color: rgb(250,187,138); }
div.DivClassName
{
background-color: #FABB8A;
}
.BgClassName
{
background-color: #FABB8A;
}
</style>
border-color css
<style>
span { border-color: #FABB8A; }
span { border-color: rgb(250,187,138); }
td.TdClassName
{
border-color: #FABB8A;
}
.TagClassName
{
border-color: #FABB8A;
}
</style>