#FCE7A2

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

Shades of Cream Brulee #FCE7A2

Tints of Cream Brulee #FCE7A2

Color information

#FCE7A2 (or 0xFCE7A2) is unknown color: approx Cream Brulee. HEX triplet: FC, E7 and A2. RGB value is (252,231,162). Sum of RGB (Red+Green+Blue) = 252+231+162=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 162 (63.67% from 255 or 25.12% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE7A2 is #03185D. Grayscale: #E5E5E5. Windows color (decimal): -202846 or 10676220. OLE color: 10676220.

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

Color convert

RGB252231162-
CMYK00.080.360.01
HSL46º93.75%81.18%-
HSV(B)46º35.71%98.82%-
XYZ75.2480.4645.75-
YUV229.4189.96144.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.07%
GREEN value IS 231 (90.62% from 255) = 35.81%
BLUE value IS 162 (63.67% from 255) = 25.12%
R=39.07%
G=35.81%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223116200.080.360.014693.7581.18
HexFCE7A2082412e5e51
Octal37434724201044156136121
Binary11111100111001111010001001000100100110111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE7A2; }

 p { color: rgb(252,231,162); }

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

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

 a { background-color: rgb(252,231,162); }

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

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

 span { border-color: rgb(252,231,162); }

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