#FCE49A

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

Shades of Cream Brulee #FCE49A

Tints of Cream Brulee #FCE49A

Color information

#FCE49A (or 0xFCE49A) is unknown color: approx Cream Brulee. HEX triplet: FC, E4 and 9A. RGB value is (252,228,154). Sum of RGB (Red+Green+Blue) = 252+228+154=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 154 (60.55% from 255 or 24.29% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE49A is #031B65. Grayscale: #E3E3E3. Windows color (decimal): -203622 or 10151164. OLE color: 10151164.

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

Color convert

RGB252228154-
CMYK00.100.390.01
HSL45.31º94.23%79.61%-
HSV(B)45.31º38.89%98.82%-
XYZ73.7278.5241.84-
YUV226.7486.95146.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 228 (89.45% from 255) = 35.96%
BLUE value IS 154 (60.55% from 255) = 24.29%
R=39.75%
G=35.96%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222815400.100.390.0145.3194.2379.61
HexFCE49A0A2712d5e50
Octal37434423201247155136120
Binary11111100111001001001101001010100111110110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE49A; }

 p { color: rgb(252,228,154); }

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

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

 a { background-color: rgb(252,228,154); }

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

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

 span { border-color: rgb(252,228,154); }

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