#FAD195

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

Shades of Caramel #FAD195

Tints of Caramel #FAD195

Color information

#FAD195 (or 0xFAD195) is unknown color: approx Caramel. HEX triplet: FA, D1 and 95. RGB value is (250,209,149). Sum of RGB (Red+Green+Blue) = 250+209+149=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD195 is #052E6A. Grayscale: #D6D6D6. Windows color (decimal): -339563 or 9818618. OLE color: 9818618.

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

Color convert

RGB250209149-
CMYK00.160.400.02
HSL35.64º90.99%78.24%-
HSV(B)35.64º40.4%98.04%-
XYZ67.6568.0938.01-
YUV214.4291.08153.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 149 (58.59% from 255) = 24.51%
R=41.12%
G=34.38%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020914900.160.400.0235.6490.9978.24
HexFAD195010282245b4e
Octal37232122502050244133116
Binary1111101011010001100101010100001010001010010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD195; }

 p { color: rgb(250,209,149); }

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

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

 a { background-color: rgb(250,209,149); }

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

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

 span { border-color: rgb(250,209,149); }

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