#FAE29B

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

Shades of Cream Brulee #FAE29B

Tints of Cream Brulee #FAE29B

Color information

#FAE29B (or 0xFAE29B) is unknown color: approx Cream Brulee. HEX triplet: FA, E2 and 9B. RGB value is (250,226,155). Sum of RGB (Red+Green+Blue) = 250+226+155=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 155 (60.94% from 255 or 24.56% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE29B is #051D64. Grayscale: #E1E1E1. Windows color (decimal): -335205 or 10216186. OLE color: 10216186.

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

Color convert

RGB250226155-
CMYK00.100.380.02
HSL44.84º90.48%79.41%-
HSV(B)44.84º38%98.04%-
XYZ72.5477.0842.07-
YUV225.0888.45145.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 226 (88.67% from 255) = 35.82%
BLUE value IS 155 (60.94% from 255) = 24.56%
R=39.62%
G=35.82%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022615500.100.380.0244.8490.4879.41
HexFAE29B0A2622d5a4f
Octal37234223301246255132117
Binary111110101110001010011011010101001101010110110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE29B; }

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

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

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

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

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

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

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

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