#fdd893

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

Shades of Caramel #FDD893

Tints of Caramel #FDD893

Color information

#FDD893 (or 0xFDD893) is unknown color: approx Caramel. HEX triplet: FD, D8 and 93. RGB value is (253,216,147). Sum of RGB (Red+Green+Blue) = 253+216+147=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 147 (57.81% from 255 or 23.86% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD893 is #02276C. Grayscale: #DBDBDB. Windows color (decimal): -141165 or 9689341. OLE color: 9689341.

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

Color convert

RGB253216147-
CMYK00.150.420.01
HSL39.06º96.36%78.43%-
HSV(B)39.06º41.9%99.22%-
XYZ70.3372.137.81-
YUV219.287.26152.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.07%
GREEN value IS 216 (84.77% from 255) = 35.06%
BLUE value IS 147 (57.81% from 255) = 23.86%
R=41.07%
G=35.06%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321614700.150.420.0139.0696.3678.43
HexFDD8930F2A127604e
Octal37533022301752147140116
Binary11111101110110001001001101111101010110011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fdd893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fdd893; }

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

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

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

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

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

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

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

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