Html Css Color HEX #FEBB8C Macaroni And Cheese
📋 copy color: '#FEBB8C'red 254 ◦ green 187 ◦ blue 140
Shades of Macaroni And Cheese #FEBB8C
Tints of Macaroni And Cheese #FEBB8C
RGB
CMYK
RGB Variations
Color information
#FEBB8C (or 0xFEBB8C) is known color: Macaroni And Cheese. HEX triplet: FE, BB and 8C. RGB value is (254,187,140). Sum of RGB (Red+Green+Blue) = 254+187+140=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBB8C is #014473. Grayscale: #C9C9C9. Windows color (decimal): -83060 or 9223166. OLE color: 9223166.
HSL color Cylindrical-coordinate representation of color #FEBB8C: hue angle of 24.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEBB8C is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 140 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.00 |
| HSL | 24.74º | 0.98% | 0.77% | - |
| HSV(B) | 24.74º | 0.45% | 1% | - |
| XYZ | 63.38 | 58.5 | 32.76 | - |
| YUV | 201.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 140 | 0 | 0.26 | 0.45 | 0.00 | 24.74 | 0.98 | 0.77 |
| Hex | FE | BB | 8C | 0 | 1A | 2D | 0 | 19 | 62 | 4D |
| Octal | 376 | 273 | 214 | 0 | 32 | 55 | 0 | 31 | 142 | 115 |
| Binary | 11111110 | 10111011 | 10001100 | 0 | 11010 | 101101 | 0 | 11001 | 1100010 | 1001101 |
Color Harmonies of #FEBB8C
Complementary color
Monochromatic Colors of #FEBB8C
Black with #FEBB8C
Text Example
Text Example
White with #FEBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB8C; }
p { color: rgb(254,187,140); }
H1.HeaderClassName
{
color: #FEBB8C;
}
.AnyTagClassName
{
color: #FEBB8C;
}
</style>
background-color css
<style>
a { background-color: #FEBB8C; }
a { background-color: rgb(254,187,140); }
div.DivClassName
{
background-color: #FEBB8C;
}
.BgClassName
{
background-color: #FEBB8C;
}
</style>
border-color css
<style>
span { border-color: #FEBB8C; }
span { border-color: rgb(254,187,140); }
td.TdClassName
{
border-color: #FEBB8C;
}
.TagClassName
{
border-color: #FEBB8C;
}
</style>