#FDD896

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

Shades of Caramel #FDD896

Tints of Caramel #FDD896

Color information

#FDD896 (or 0xFDD896) is unknown color: approx Caramel. HEX triplet: FD, D8 and 96. RGB value is (253,216,150). Sum of RGB (Red+Green+Blue) = 253+216+150=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD896 is #022769. Grayscale: #DBDBDB. Windows color (decimal): -141162 or 9885949. OLE color: 9885949.

HSL color Cylindrical-coordinate representation of color #FDD896: hue angle of 38.45º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDD896 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB253216150-
CMYK00.150.410.01
HSL38.45º96.26%79.02%-
HSV(B)38.45º40.71%99.22%-
XYZ70.5772.239.07-
YUV219.5488.76151.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 216 (84.77% from 255) = 34.89%
BLUE value IS 150 (58.98% from 255) = 24.23%
R=40.87%
G=34.89%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321615000.150.410.0138.4596.2679.02
HexFDD8960F29126604f
Octal37533022601751146140117
Binary11111101110110001001011001111101001110011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD896; }

 p { color: rgb(253,216,150); }

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

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

 a { background-color: rgb(253,216,150); }

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

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

 span { border-color: rgb(253,216,150); }

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