#FAD49C

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

Shades of Caramel #FAD49C

Tints of Caramel #FAD49C

Color information

#FAD49C (or 0xFAD49C) is unknown color: approx Caramel. HEX triplet: FA, D4 and 9C. RGB value is (250,212,156). Sum of RGB (Red+Green+Blue) = 250+212+156=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD49C is #052B63. Grayscale: #D9D9D9. Windows color (decimal): -338788 or 10278138. OLE color: 10278138.

HSL color Cylindrical-coordinate representation of color #FAD49C: hue angle of 35.74º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAD49C is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250212156-
CMYK00.150.380.02
HSL35.74º90.38%79.61%-
HSV(B)35.74º37.6%98.04%-
XYZ68.9769.8141.29-
YUV216.9893.59151.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 212 (83.20% from 255) = 34.30%
BLUE value IS 156 (61.33% from 255) = 25.24%
R=40.45%
G=34.30%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021215600.150.380.0235.7490.3879.61
HexFAD49C0F262245a50
Octal37232423401746244132120
Binary111110101101010010011100011111001101010010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD49C; }

 p { color: rgb(250,212,156); }

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

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

 a { background-color: rgb(250,212,156); }

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

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

 span { border-color: rgb(250,212,156); }

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