Html Css Color HEX #FEBA80 Macaroni And Cheese
📋 copy color: '#FEBA80'red 254 ◦ green 186 ◦ blue 128
Shades of Macaroni And Cheese #FEBA80
Tints of Macaroni And Cheese #FEBA80
RGB
CMYK
RGB Variations
Color information
#FEBA80 (or 0xFEBA80) is known color: Macaroni And Cheese. HEX triplet: FE, BA and 80. RGB value is (254,186,128). Sum of RGB (Red+Green+Blue) = 254+186+128=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBA80 is #01457F. Grayscale: #C8C8C8. Windows color (decimal): -83328 or 8436478. OLE color: 8436478.
HSL color Cylindrical-coordinate representation of color #FEBA80: hue angle of 27.62º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEBA80 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 128 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.00 |
| HSL | 27.62º | 0.98% | 0.75% | - |
| HSV(B) | 27.62º | 0.5% | 1% | - |
| XYZ | 62.33 | 57.75 | 28.28 | - |
| YUV | 199.72 | 87.53 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 128 | 0 | 0.27 | 0.50 | 0.00 | 27.62 | 0.98 | 0.75 |
| Hex | FE | BA | 80 | 0 | 1B | 32 | 0 | 1C | 62 | 4B |
| Octal | 376 | 272 | 200 | 0 | 33 | 62 | 0 | 34 | 142 | 113 |
| Binary | 11111110 | 10111010 | 10000000 | 0 | 11011 | 110010 | 0 | 11100 | 1100010 | 1001011 |
Color Harmonies of #FEBA80
Complementary color
Monochromatic Colors of #FEBA80
Black with #FEBA80
Text Example
Text Example
White with #FEBA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA80; }
p { color: rgb(254,186,128); }
H1.HeaderClassName
{
color: #FEBA80;
}
.AnyTagClassName
{
color: #FEBA80;
}
</style>
background-color css
<style>
a { background-color: #FEBA80; }
a { background-color: rgb(254,186,128); }
div.DivClassName
{
background-color: #FEBA80;
}
.BgClassName
{
background-color: #FEBA80;
}
</style>
border-color css
<style>
span { border-color: #FEBA80; }
span { border-color: rgb(254,186,128); }
td.TdClassName
{
border-color: #FEBA80;
}
.TagClassName
{
border-color: #FEBA80;
}
</style>