#FEE69C

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

Shades of Cream Brulee #FEE69C

Tints of Cream Brulee #FEE69C

Color information

#FEE69C (or 0xFEE69C) is unknown color: approx Cream Brulee. HEX triplet: FE, E6 and 9C. RGB value is (254,230,156). Sum of RGB (Red+Green+Blue) = 254+230+156=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 156 (61.33% from 255 or 24.38% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE69C is #011963. Grayscale: #E5E5E5. Windows color (decimal): -72036 or 10282750. OLE color: 10282750.

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

Color convert

RGB254230156-
CMYK00.090.390.00
HSL45.31º98%80.39%-
HSV(B)45.31º38.58%99.61%-
XYZ75.1780.0642.94-
YUV228.7486.95146.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 230 (90.23% from 255) = 35.94%
BLUE value IS 156 (61.33% from 255) = 24.38%
R=39.69%
G=35.94%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423015600.090.390.0045.319880.39
HexFEE69C092702d6250
Octal37634623401147055142120
Binary11111110111001101001110001001100111010110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE69C; }

 p { color: rgb(254,230,156); }

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

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

 a { background-color: rgb(254,230,156); }

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

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

 span { border-color: rgb(254,230,156); }

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