#FAD893

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

Shades of Caramel #FAD893

Tints of Caramel #FAD893

Color information

#FAD893 (or 0xFAD893) is unknown color: approx Caramel. HEX triplet: FA, D8 and 93. RGB value is (250,216,147). Sum of RGB (Red+Green+Blue) = 250+216+147=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD893 is #05276C. Grayscale: #DADADA. Windows color (decimal): -337773 or 9689338. OLE color: 9689338.

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

Color convert

RGB250216147-
CMYK00.140.410.02
HSL40.19º91.15%77.84%-
HSV(B)40.19º41.2%98.04%-
XYZ69.2571.5437.76-
YUV218.387.76150.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 147 (57.81% from 255) = 23.98%
R=40.78%
G=35.24%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021614700.140.410.0240.1991.1577.84
HexFAD8930E292285b4e
Octal37233022301651250133116
Binary111110101101100010010011011101010011010100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD893; }

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

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

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

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

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

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

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

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