#FAD993

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

Shades of Caramel #FAD993

Tints of Caramel #FAD993

Color information

#FAD993 (or 0xFAD993) is unknown color: approx Caramel. HEX triplet: FA, D9 and 93. RGB value is (250,217,147). Sum of RGB (Red+Green+Blue) = 250+217+147=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD993 is #05266C. Grayscale: #DBDBDB. Windows color (decimal): -337517 or 9689594. OLE color: 9689594.

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

Color convert

RGB250217147-
CMYK00.130.410.02
HSL40.78º91.15%77.84%-
HSV(B)40.78º41.2%98.04%-
XYZ69.572.0637.85-
YUV218.8987.43150.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 147 (57.81% from 255) = 23.94%
R=40.72%
G=35.34%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021714700.130.410.0240.7891.1577.84
HexFAD9930D292295b4e
Octal37233122301551251133116
Binary111110101101100110010011011011010011010100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD993; }

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

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

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

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

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

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

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

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