#FAE29E

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

Shades of Cream Brulee #FAE29E

Tints of Cream Brulee #FAE29E

Color information

#FAE29E (or 0xFAE29E) is unknown color: approx Cream Brulee. HEX triplet: FA, E2 and 9E. RGB value is (250,226,158). Sum of RGB (Red+Green+Blue) = 250+226+158=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 158 (62.11% from 255 or 24.92% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE29E is #051D61. Grayscale: #E1E1E1. Windows color (decimal): -335202 or 10412794. OLE color: 10412794.

HSL color Cylindrical-coordinate representation of color #FAE29E: hue angle of 44.35º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAE29E is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250226158-
CMYK00.100.370.02
HSL44.35º90.2%80%-
HSV(B)44.35º36.8%98.04%-
XYZ72.7977.1943.41-
YUV225.4289.95145.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 226 (88.67% from 255) = 35.65%
BLUE value IS 158 (62.11% from 255) = 24.92%
R=39.43%
G=35.65%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022615800.100.370.0244.3590.280
HexFAE29E0A2522c5a50
Octal37234223601245254132120
Binary111110101110001010011110010101001011010110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE29E; }

 p { color: rgb(250,226,158); }

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

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

 a { background-color: rgb(250,226,158); }

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

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

 span { border-color: rgb(250,226,158); }

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