#FEE29F

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

Shades of Cream Brulee #FEE29F

Tints of Cream Brulee #FEE29F

Color information

#FEE29F (or 0xFEE29F) is unknown color: approx Cream Brulee. HEX triplet: FE, E2 and 9F. RGB value is (254,226,159). Sum of RGB (Red+Green+Blue) = 254+226+159=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 159 (62.5% from 255 or 24.88% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE29F is #011D60. Grayscale: #E3E3E3. Windows color (decimal): -73057 or 10478334. OLE color: 10478334.

HSL color Cylindrical-coordinate representation of color #FEE29F: hue angle of 42.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEE29F is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB254226159-
CMYK00.110.370.00
HSL42.32º97.94%80.98%-
HSV(B)42.32º37.4%99.61%-
XYZ74.3377.9743.93-
YUV226.7389.78147.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 226 (88.67% from 255) = 35.37%
BLUE value IS 159 (62.5% from 255) = 24.88%
R=39.75%
G=35.37%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422615900.110.370.0042.3297.9480.98
HexFEE29F0B2502a6251
Octal37634223701345052142121
Binary11111110111000101001111101011100101010101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE29F; }

 p { color: rgb(254,226,159); }

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

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

 a { background-color: rgb(254,226,159); }

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

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

 span { border-color: rgb(254,226,159); }

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