#FAD695

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

Shades of Caramel #FAD695

Tints of Caramel #FAD695

Color information

#FAD695 (or 0xFAD695) is unknown color: approx Caramel. HEX triplet: FA, D6 and 95. RGB value is (250,214,149). Sum of RGB (Red+Green+Blue) = 250+214+149=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD695 is #05296A. Grayscale: #D9D9D9. Windows color (decimal): -338283 or 9819898. OLE color: 9819898.

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

Color convert

RGB250214149-
CMYK00.140.400.02
HSL38.61º90.99%78.24%-
HSV(B)38.61º40.4%98.04%-
XYZ68.970.5938.43-
YUV217.3589.43151.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 149 (58.59% from 255) = 24.31%
R=40.78%
G=34.91%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021414900.140.400.0238.6190.9978.24
HexFAD6950E282275b4e
Octal37232622501650247133116
Binary111110101101011010010101011101010001010011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD695; }

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

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

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

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

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

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

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

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