#F3E5AA

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

Shades of Pale Goldenrod #F3E5AA

Tints of Pale Goldenrod #F3E5AA

Color information

#F3E5AA (or 0xF3E5AA) is unknown color: approx Pale Goldenrod. HEX triplet: F3, E5 and AA. RGB value is (243,229,170). Sum of RGB (Red+Green+Blue) = 243+229+170=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E5AA is #0C1A55. Grayscale: #E2E2E2. Windows color (decimal): -793174 or 11199987. OLE color: 11199987.

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

Color convert

RGB243229170-
CMYK00.060.300.05
HSL48.49º75.26%80.98%-
HSV(B)48.49º30.04%95.29%-
XYZ72.247849.28-
YUV226.4696.14139.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.85%
GREEN value IS 229 (89.84% from 255) = 35.67%
BLUE value IS 170 (66.80% from 255) = 26.48%
R=37.85%
G=35.67%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322917000.060.300.0548.4975.2680.98
HexF3E5AA061E5304b51
Octal3633452520636560113121
Binary11110011111001011010101001101111010111000010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E5AA; }

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

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

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

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

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

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

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

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