#FEB880

Color #FEB880 Macaroni And Cheese (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Macaroni And Cheese #FEB880

Tints of Macaroni And Cheese #FEB880

Color information

#FEB880 (or 0xFEB880) is unknown color: approx Macaroni And Cheese. HEX triplet: FE, B8 and 80. RGB value is (254,184,128). Sum of RGB (Red+Green+Blue) = 254+184+128=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB880 is #01477F. Grayscale: #C6C6C6. Windows color (decimal): -83840 or 8435966. OLE color: 8435966.

HSL color Cylindrical-coordinate representation of color #FEB880: hue angle of 26.67º 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 #FEB880 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254184128-
CMYK00.280.500.00
HSL26.67º98.44%74.9%-
HSV(B)26.67º49.61%99.61%-
XYZ61.9156.9128.14-
YUV198.5588.19167.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 184 (72.27% from 255) = 32.51%
BLUE value IS 128 (50.39% from 255) = 22.61%
R=44.88%
G=32.51%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418412800.280.500.0026.6798.4474.9
HexFEB88001C3201b624b
Octal37627020003462033142113
Binary11111110101110001000000001110011001001101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB880; }

 p { color: rgb(254,184,128); }

 H1.HeaderClassName
 {
   color: #FEB880;
 }
 .AnyTagClassName
 {
   color: #FEB880;
 }
</style>
background-color css

<style>
 a { background-color: #FEB880; }

 a { background-color: rgb(254,184,128); }

 div.DivClassName
 {
   background-color: #FEB880;
 }
 .BgClassName
 {
   background-color: #FEB880;
 }
</style>
border-color css

<style>
 span { border-color: #FEB880; }

 span { border-color: rgb(254,184,128); }

 td.TdClassName
 {
   border-color: #FEB880;
 }
 .TagClassName
 {
   border-color: #FEB880;
 }
</style>