#FEE296

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

Shades of Cream Brulee #FEE296

Tints of Cream Brulee #FEE296

Color information

#FEE296 (or 0xFEE296) is unknown color: approx Cream Brulee. HEX triplet: FE, E2 and 96. RGB value is (254,226,150). Sum of RGB (Red+Green+Blue) = 254+226+150=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 150 (58.98% from 255 or 23.81% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE296 is #011D69. Grayscale: #E2E2E2. Windows color (decimal): -73066 or 9888510. OLE color: 9888510.

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

Color convert

RGB254226150-
CMYK00.110.410.00
HSL43.85º98.11%79.22%-
HSV(B)43.85º40.94%99.61%-
XYZ73.5777.6739.97-
YUV225.7185.28148.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 226 (88.67% from 255) = 35.87%
BLUE value IS 150 (58.98% from 255) = 23.81%
R=40.32%
G=35.87%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422615000.110.410.0043.8598.1179.22
HexFEE2960B2902c624f
Octal37634222601351054142117
Binary11111110111000101001011001011101001010110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE296; }

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

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

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

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

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

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

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

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