#F6EAAC

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

Shades of Pale Goldenrod #F6EAAC

Tints of Pale Goldenrod #F6EAAC

Color information

#F6EAAC (or 0xF6EAAC) is unknown color: approx Pale Goldenrod. HEX triplet: F6, EA and AC. RGB value is (246,234,172). Sum of RGB (Red+Green+Blue) = 246+234+172=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EAAC is #091553. Grayscale: #E6E6E6. Windows color (decimal): -595284 or 11332342. OLE color: 11332342.

HSL color Cylindrical-coordinate representation of color #F6EAAC: hue angle of 50.27º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6EAAC is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246234172-
CMYK00.050.300.04
HSL50.27º80.43%81.96%-
HSV(B)50.27º30.08%96.47%-
XYZ74.8881.4250.8-
YUV230.5294.98139.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.73%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 172 (67.58% from 255) = 26.38%
R=37.73%
G=35.89%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623417200.050.300.0450.2780.4381.96
HexF6EAAC051E4325052
Octal3663522540536462120122
Binary11110110111010101010110001011111010011001010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EAAC; }

 p { color: rgb(246,234,172); }

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

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

 a { background-color: rgb(246,234,172); }

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

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

 span { border-color: rgb(246,234,172); }

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