Html Css Color HEX #FFB880 Macaroni And Cheese
📋 copy color: '#FFB880'red 255 ◦ green 184 ◦ blue 128
Shades of Macaroni And Cheese #FFB880
Tints of Macaroni And Cheese #FFB880
RGB
CMYK
RGB Variations
Color information
#FFB880 (or 0xFFB880) is known color: Macaroni And Cheese. HEX triplet: FF, B8 and 80. RGB value is (255,184,128). Sum of RGB (Red+Green+Blue) = 255+184+128=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 184 (72.27% from 255 or 32.45% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB880 is #00477F. Grayscale: #C7C7C7. Windows color (decimal): -18304 or 8435967. OLE color: 8435967.
HSL color Cylindrical-coordinate representation of color #FFB880: hue angle of 26.46º 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 #FFB880 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 128 | - |
| CMYK | 0 | 0.28 | 0.50 | 0 |
| HSL | 26.46º | 1% | 0.75% | - |
| HSV(B) | 26.46º | 0.5% | 1% | - |
| XYZ | 62.28 | 57.1 | 28.16 | - |
| YUV | 198.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 128 | 0 | 0.28 | 0.50 | 0 | 26.46 | 1 | 0.75 |
| Hex | FF | B8 | 80 | 0 | 1C | 32 | 0 | 1A | 64 | 4B |
| Octal | 377 | 270 | 200 | 0 | 34 | 62 | 0 | 32 | 144 | 113 |
| Binary | 11111111 | 10111000 | 10000000 | 0 | 11100 | 110010 | 0 | 11010 | 1100100 | 1001011 |
Color Harmonies of #FFB880
Complementary color
Monochromatic Colors of #FFB880
Black with #FFB880
Text Example
Text Example
White with #FFB880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB880; }
p { color: rgb(255,184,128); }
H1.HeaderClassName
{
color: #FFB880;
}
.AnyTagClassName
{
color: #FFB880;
}
</style>
background-color css
<style>
a { background-color: #FFB880; }
a { background-color: rgb(255,184,128); }
div.DivClassName
{
background-color: #FFB880;
}
.BgClassName
{
background-color: #FFB880;
}
</style>
border-color css
<style>
span { border-color: #FFB880; }
span { border-color: rgb(255,184,128); }
td.TdClassName
{
border-color: #FFB880;
}
.TagClassName
{
border-color: #FFB880;
}
</style>