#FDE5A0

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

Shades of Cream Brulee #FDE5A0

Tints of Cream Brulee #FDE5A0

Color information

#FDE5A0 (or 0xFDE5A0) is unknown color: approx Cream Brulee. HEX triplet: FD, E5 and A0. RGB value is (253,229,160). Sum of RGB (Red+Green+Blue) = 253+229+160=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 160 (62.89% from 255 or 24.92% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE5A0 is #021A5F. Grayscale: #E4E4E4. Windows color (decimal): -137824 or 10544637. OLE color: 10544637.

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

Color convert

RGB253229160-
CMYK00.090.370.01
HSL44.52º95.88%80.98%-
HSV(B)44.52º36.76%99.22%-
XYZ74.8779.4644.65-
YUV228.3189.45145.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.41%
GREEN value IS 229 (89.84% from 255) = 35.67%
BLUE value IS 160 (62.89% from 255) = 24.92%
R=39.41%
G=35.67%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322916000.090.370.0144.5295.8880.98
HexFDE5A0092512d6051
Octal37534524001145155140121
Binary11111101111001011010000001001100101110110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE5A0; }

 p { color: rgb(253,229,160); }

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

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

 a { background-color: rgb(253,229,160); }

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

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

 span { border-color: rgb(253,229,160); }

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