#F3EAAA

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

Shades of Pale Goldenrod #F3EAAA

Tints of Pale Goldenrod #F3EAAA

Color information

#F3EAAA (or 0xF3EAAA) is unknown color: approx Pale Goldenrod. HEX triplet: F3, EA and AA. RGB value is (243,234,170). Sum of RGB (Red+Green+Blue) = 243+234+170=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EAAA is #0C1555. Grayscale: #E5E5E5. Windows color (decimal): -791894 or 11201267. OLE color: 11201267.

HSL color Cylindrical-coordinate representation of color #F3EAAA: hue angle of 52.6º 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 #F3EAAA is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB243234170-
CMYK00.040.300.05
HSL52.6º75.26%80.98%-
HSV(B)52.6º30.04%95.29%-
XYZ73.6480.849.75-
YUV229.494.48137.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.56%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 170 (66.80% from 255) = 26.28%
R=37.56%
G=36.17%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323417000.040.300.0552.675.2680.98
HexF3EAAA041E5354b51
Octal3633522520436565113121
Binary11110011111010101010101001001111010111010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EAAA; }

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

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

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

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

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

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

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

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