#F3E5AC

Color #F3E5AC Pale Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Goldenrod #F3E5AC

Tints of Pale Goldenrod #F3E5AC

Color information

#F3E5AC (or 0xF3E5AC) is unknown color: approx Pale Goldenrod. HEX triplet: F3, E5 and AC. RGB value is (243,229,172). Sum of RGB (Red+Green+Blue) = 243+229+172=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E5AC is #0C1A53. Grayscale: #E2E2E2. Windows color (decimal): -793172 or 11331059. OLE color: 11331059.

HSL color Cylindrical-coordinate representation of color #F3E5AC: hue angle of 48.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3E5AC is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB243229172-
CMYK00.060.290.05
HSL48.17º74.74%81.37%-
HSV(B)48.17º29.22%95.29%-
XYZ72.4378.0750.28-
YUV226.6997.14139.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.73%
GREEN value IS 229 (89.84% from 255) = 35.56%
BLUE value IS 172 (67.58% from 255) = 26.71%
R=37.73%
G=35.56%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322917200.060.290.0548.1774.7481.37
HexF3E5AC061D5304b51
Octal3633452540635560113121
Binary11110011111001011010110001101110110111000010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E5AC; }

 p { color: rgb(243,229,172); }

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

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

 a { background-color: rgb(243,229,172); }

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

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

 span { border-color: rgb(243,229,172); }

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