#FDD48E

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

Shades of Caramel #FDD48E

Tints of Caramel #FDD48E

Color information

#FDD48E (or 0xFDD48E) is unknown color: approx Caramel. HEX triplet: FD, D4 and 8E. RGB value is (253,212,142). Sum of RGB (Red+Green+Blue) = 253+212+142=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 142 (55.86% from 255 or 23.39% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD48E is #022B71. Grayscale: #D8D8D8. Windows color (decimal): -142194 or 9360637. OLE color: 9360637.

HSL color Cylindrical-coordinate representation of color #FDD48E: hue angle of 37.84º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDD48E is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB253212142-
CMYK00.160.440.01
HSL37.84º96.52%77.45%-
HSV(B)37.84º43.87%99.22%-
XYZ68.9369.9235.45-
YUV216.2886.08154.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 142 (55.86% from 255) = 23.39%
R=41.68%
G=34.93%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321214200.160.440.0137.8496.5277.45
HexFDD48E0102C126614d
Octal37532421602054146141115
Binary111111011101010010001110010000101100110011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD48E; }

 p { color: rgb(253,212,142); }

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

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

 a { background-color: rgb(253,212,142); }

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

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

 span { border-color: rgb(253,212,142); }

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