#FCE2A0

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

Shades of Cream Brulee #FCE2A0

Tints of Cream Brulee #FCE2A0

Color information

#FCE2A0 (or 0xFCE2A0) is unknown color: approx Cream Brulee. HEX triplet: FC, E2 and A0. RGB value is (252,226,160). Sum of RGB (Red+Green+Blue) = 252+226+160=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 160 (62.89% from 255 or 25.08% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE2A0 is #031D5F. Grayscale: #E2E2E2. Windows color (decimal): -204128 or 10543868. OLE color: 10543868.

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

Color convert

RGB252226160-
CMYK00.100.370.01
HSL43.04º93.88%80.78%-
HSV(B)43.04º36.51%98.82%-
XYZ73.6977.6344.36-
YUV226.2590.61146.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 226 (88.67% from 255) = 35.42%
BLUE value IS 160 (62.89% from 255) = 25.08%
R=39.50%
G=35.42%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222616000.100.370.0143.0493.8880.78
HexFCE2A00A2512b5e51
Octal37434224001245153136121
Binary11111100111000101010000001010100101110101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2A0; }

 p { color: rgb(252,226,160); }

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

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

 a { background-color: rgb(252,226,160); }

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

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

 span { border-color: rgb(252,226,160); }

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