Html Css Color HEX #FFBE80 Macaroni And Cheese
📋 copy color: '#FFBE80'red 255 ◦ green 190 ◦ blue 128
Shades of Macaroni And Cheese #FFBE80
Tints of Macaroni And Cheese #FFBE80
RGB
CMYK
RGB Variations
Color information
#FFBE80 (or 0xFFBE80) is known color: Macaroni And Cheese. HEX triplet: FF, BE and 80. RGB value is (255,190,128). Sum of RGB (Red+Green+Blue) = 255+190+128=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBE80 is #00417F. Grayscale: #CACACA. Windows color (decimal): -16768 or 8437503. OLE color: 8437503.
HSL color Cylindrical-coordinate representation of color #FFBE80: hue angle of 29.29º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFBE80 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 128 | - |
| CMYK | 0 | 0.25 | 0.50 | 0 |
| HSL | 29.29º | 1% | 0.75% | - |
| HSV(B) | 29.29º | 0.5% | 1% | - |
| XYZ | 63.55 | 59.65 | 28.59 | - |
| YUV | 202.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 128 | 0 | 0.25 | 0.50 | 0 | 29.29 | 1 | 0.75 |
| Hex | FF | BE | 80 | 0 | 19 | 32 | 0 | 1D | 64 | 4B |
| Octal | 377 | 276 | 200 | 0 | 31 | 62 | 0 | 35 | 144 | 113 |
| Binary | 11111111 | 10111110 | 10000000 | 0 | 11001 | 110010 | 0 | 11101 | 1100100 | 1001011 |
Color Harmonies of #FFBE80
Complementary color
Monochromatic Colors of #FFBE80
Black with #FFBE80
Text Example
Text Example
White with #FFBE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE80; }
p { color: rgb(255,190,128); }
H1.HeaderClassName
{
color: #FFBE80;
}
.AnyTagClassName
{
color: #FFBE80;
}
</style>
background-color css
<style>
a { background-color: #FFBE80; }
a { background-color: rgb(255,190,128); }
div.DivClassName
{
background-color: #FFBE80;
}
.BgClassName
{
background-color: #FFBE80;
}
</style>
border-color css
<style>
span { border-color: #FFBE80; }
span { border-color: rgb(255,190,128); }
td.TdClassName
{
border-color: #FFBE80;
}
.TagClassName
{
border-color: #FFBE80;
}
</style>