#FAB385

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

Shades of Macaroni And Cheese #FAB385

Tints of Macaroni And Cheese #FAB385

Color information

#FAB385 (or 0xFAB385) is unknown color: approx Macaroni And Cheese. HEX triplet: FA, B3 and 85. RGB value is (250,179,133). Sum of RGB (Red+Green+Blue) = 250+179+133=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB385 is #054C7A. Grayscale: #C3C3C3. Windows color (decimal): -347259 or 8762362. OLE color: 8762362.

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

Color convert

RGB250179133-
CMYK00.280.470.02
HSL23.59º92.13%75.1%-
HSV(B)23.59º46.8%98.04%-
XYZ59.7854.2629.51-
YUV194.9893.02167.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 179 (70.31% from 255) = 31.85%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=44.48%
G=31.85%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017913300.280.470.0223.5992.1375.1
HexFAB38501C2F2185c4b
Octal37226320503457230134113
Binary111110101011001110000101011100101111101100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB385; }

 p { color: rgb(250,179,133); }

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

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

 a { background-color: rgb(250,179,133); }

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

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

 span { border-color: rgb(250,179,133); }

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