#FAB488

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

Shades of Macaroni And Cheese #FAB488

Tints of Macaroni And Cheese #FAB488

Color information

#FAB488 (or 0xFAB488) is unknown color: approx Macaroni And Cheese. HEX triplet: FA, B4 and 88. RGB value is (250,180,136). Sum of RGB (Red+Green+Blue) = 250+180+136=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB488 is #054B77. Grayscale: #C4C4C4. Windows color (decimal): -347000 or 8959226. OLE color: 8959226.

HSL color Cylindrical-coordinate representation of color #FAB488: hue angle of 23.16º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAB488 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250180136-
CMYK00.280.460.02
HSL23.16º91.94%75.69%-
HSV(B)23.16º45.6%98.04%-
XYZ60.1954.7430.69-
YUV195.9194.19166.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.17%
GREEN value IS 180 (70.70% from 255) = 31.80%
BLUE value IS 136 (53.52% from 255) = 24.03%
R=44.17%
G=31.80%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018013600.280.460.0223.1691.9475.69
HexFAB48801C2E2175c4c
Octal37226421003456227134114
Binary111110101011010010001000011100101110101011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB488; }

 p { color: rgb(250,180,136); }

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

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

 a { background-color: rgb(250,180,136); }

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

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

 span { border-color: rgb(250,180,136); }

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