Html Css Color HEX #FABA8A Macaroni And Cheese
📋 copy color: '#FABA8A'red 250 ◦ green 186 ◦ blue 138
Shades of Macaroni And Cheese #FABA8A
Tints of Macaroni And Cheese #FABA8A
RGB
CMYK
RGB Variations
Color information
#FABA8A (or 0xFABA8A) is known color: Macaroni And Cheese. HEX triplet: FA, BA and 8A. RGB value is (250,186,138). Sum of RGB (Red+Green+Blue) = 250+186+138=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA8A is #054575. Grayscale: #C7C7C7. Windows color (decimal): -345462 or 9091834. OLE color: 9091834.
HSL color Cylindrical-coordinate representation of color #FABA8A: hue angle of 25.71º 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 #FABA8A is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 138 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.02 |
| HSL | 25.71º | 0.92% | 0.76% | - |
| HSV(B) | 25.71º | 0.45% | 0.98% | - |
| XYZ | 61.57 | 57.28 | 31.86 | - |
| YUV | 199.66 | 93.2 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 138 | 0 | 0.26 | 0.45 | 0.02 | 25.71 | 0.92 | 0.76 |
| Hex | FA | BA | 8A | 0 | 1A | 2D | 2 | 1A | 5C | 4C |
| Octal | 372 | 272 | 212 | 0 | 32 | 55 | 2 | 32 | 134 | 114 |
| Binary | 11111010 | 10111010 | 10001010 | 0 | 11010 | 101101 | 10 | 11010 | 1011100 | 1001100 |
Color Harmonies of #FABA8A
Complementary color
Monochromatic Colors of #FABA8A
Black with #FABA8A
Text Example
Text Example
White with #FABA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA8A; }
p { color: rgb(250,186,138); }
H1.HeaderClassName
{
color: #FABA8A;
}
.AnyTagClassName
{
color: #FABA8A;
}
</style>
background-color css
<style>
a { background-color: #FABA8A; }
a { background-color: rgb(250,186,138); }
div.DivClassName
{
background-color: #FABA8A;
}
.BgClassName
{
background-color: #FABA8A;
}
</style>
border-color css
<style>
span { border-color: #FABA8A; }
span { border-color: rgb(250,186,138); }
td.TdClassName
{
border-color: #FABA8A;
}
.TagClassName
{
border-color: #FABA8A;
}
</style>