Html Css Color HEX #FFB384 Macaroni And Cheese
📋 copy color: '#FFB384'red 255 ◦ green 179 ◦ blue 132
Shades of Macaroni And Cheese #FFB384
Tints of Macaroni And Cheese #FFB384
RGB
CMYK
RGB Variations
Color information
#FFB384 (or 0xFFB384) is known color: Macaroni And Cheese. HEX triplet: FF, B3 and 84. RGB value is (255,179,132). Sum of RGB (Red+Green+Blue) = 255+179+132=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB384 is #004C7B. Grayscale: #C4C4C4. Windows color (decimal): -19580 or 8696831. OLE color: 8696831.
HSL color Cylindrical-coordinate representation of color #FFB384: hue angle of 22.93º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFB384 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 132 | - |
| CMYK | 0 | 0.30 | 0.48 | 0 |
| HSL | 22.93º | 1% | 0.76% | - |
| HSV(B) | 22.93º | 0.48% | 1% | - |
| XYZ | 61.52 | 55.17 | 29.24 | - |
| YUV | 196.37 | 91.68 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 132 | 0 | 0.30 | 0.48 | 0 | 22.93 | 1 | 0.76 |
| Hex | FF | B3 | 84 | 0 | 1E | 30 | 0 | 17 | 64 | 4C |
| Octal | 377 | 263 | 204 | 0 | 36 | 60 | 0 | 27 | 144 | 114 |
| Binary | 11111111 | 10110011 | 10000100 | 0 | 11110 | 110000 | 0 | 10111 | 1100100 | 1001100 |
Color Harmonies of #FFB384
Complementary color
Monochromatic Colors of #FFB384
Black with #FFB384
Text Example
Text Example
White with #FFB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB384; }
p { color: rgb(255,179,132); }
H1.HeaderClassName
{
color: #FFB384;
}
.AnyTagClassName
{
color: #FFB384;
}
</style>
background-color css
<style>
a { background-color: #FFB384; }
a { background-color: rgb(255,179,132); }
div.DivClassName
{
background-color: #FFB384;
}
.BgClassName
{
background-color: #FFB384;
}
</style>
border-color css
<style>
span { border-color: #FFB384; }
span { border-color: rgb(255,179,132); }
td.TdClassName
{
border-color: #FFB384;
}
.TagClassName
{
border-color: #FFB384;
}
</style>