#FAD890

Color #FAD890 Caramel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caramel #FAD890

Tints of Caramel #FAD890

Color information

#FAD890 (or 0xFAD890) is unknown color: approx Caramel. HEX triplet: FA, D8 and 90. RGB value is (250,216,144). Sum of RGB (Red+Green+Blue) = 250+216+144=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD890 is #05276F. Grayscale: #DADADA. Windows color (decimal): -337776 or 9492730. OLE color: 9492730.

HSL color Cylindrical-coordinate representation of color #FAD890: hue angle of 40.75º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAD890 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB250216144-
CMYK00.140.420.02
HSL40.75º91.38%77.25%-
HSV(B)40.75º42.4%98.04%-
XYZ69.0171.4536.54-
YUV217.9686.26150.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 216 (84.77% from 255) = 35.41%
BLUE value IS 144 (56.64% from 255) = 23.61%
R=40.98%
G=35.41%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021614400.140.420.0240.7591.3877.25
HexFAD8900E2A2295b4d
Octal37233022001652251133115
Binary111110101101100010010000011101010101010100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD890; }

 p { color: rgb(250,216,144); }

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

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

 a { background-color: rgb(250,216,144); }

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

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

 span { border-color: rgb(250,216,144); }

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