#FAD891

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

Shades of Caramel #FAD891

Tints of Caramel #FAD891

Color information

#FAD891 (or 0xFAD891) is unknown color: approx Caramel. HEX triplet: FA, D8 and 91. RGB value is (250,216,145). Sum of RGB (Red+Green+Blue) = 250+216+145=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 145 (57.03% from 255 or 23.73% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD891 is #05276E. Grayscale: #DADADA. Windows color (decimal): -337775 or 9558266. OLE color: 9558266.

HSL color Cylindrical-coordinate representation of color #FAD891: hue angle of 40.57º 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 #FAD891 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB250216145-
CMYK00.140.420.02
HSL40.57º91.3%77.45%-
HSV(B)40.57º42%98.04%-
XYZ69.0971.4836.94-
YUV218.0786.76150.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 216 (84.77% from 255) = 35.35%
BLUE value IS 145 (57.03% from 255) = 23.73%
R=40.92%
G=35.35%
B=23.73%

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
Decimal25021614500.140.420.0240.5791.377.45
HexFAD8910E2A2295b4d
Octal37233022101652251133115
Binary111110101101100010010001011101010101010100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD891; }

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

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

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

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

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

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

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

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