#FDE49B

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

Shades of Cream Brulee #FDE49B

Tints of Cream Brulee #FDE49B

Color information

#FDE49B (or 0xFDE49B) is unknown color: approx Cream Brulee. HEX triplet: FD, E4 and 9B. RGB value is (253,228,155). Sum of RGB (Red+Green+Blue) = 253+228+155=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 155 (60.94% from 255 or 24.37% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE49B is #021B64. Grayscale: #E3E3E3. Windows color (decimal): -138085 or 10216701. OLE color: 10216701.

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

Color convert

RGB253228155-
CMYK00.100.390.01
HSL44.69º96.08%80%-
HSV(B)44.69º38.74%99.22%-
XYZ74.1778.7442.3-
YUV227.1587.28146.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 228 (89.45% from 255) = 35.85%
BLUE value IS 155 (60.94% from 255) = 24.37%
R=39.78%
G=35.85%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322815500.100.390.0144.6996.0880
HexFDE49B0A2712d6050
Octal37534423301247155140120
Binary11111101111001001001101101010100111110110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE49B; }

 p { color: rgb(253,228,155); }

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

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

 a { background-color: rgb(253,228,155); }

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

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

 span { border-color: rgb(253,228,155); }

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