#FDD29E

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

Shades of Caramel #FDD29E

Tints of Caramel #FDD29E

Color information

#FDD29E (or 0xFDD29E) is unknown color: approx Caramel. HEX triplet: FD, D2 and 9E. RGB value is (253,210,158). Sum of RGB (Red+Green+Blue) = 253+210+158=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD29E is #022D61. Grayscale: #D9D9D9. Windows color (decimal): -142690 or 10408701. OLE color: 10408701.

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

Color convert

RGB253210158-
CMYK00.170.380.01
HSL32.84º95.96%80.59%-
HSV(B)32.84º37.55%99.22%-
XYZ69.7369.4442.08-
YUV216.9394.75153.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 210 (82.42% from 255) = 33.82%
BLUE value IS 158 (62.11% from 255) = 25.44%
R=40.74%
G=33.82%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321015800.170.380.0132.8495.9680.59
HexFDD29E011261216051
Octal37532223602146141140121
Binary111111011101001010011110010001100110110000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD29E; }

 p { color: rgb(253,210,158); }

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

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

 a { background-color: rgb(253,210,158); }

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

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

 span { border-color: rgb(253,210,158); }

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