#F6ECAC

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

Shades of Pale Goldenrod #F6ECAC

Tints of Pale Goldenrod #F6ECAC

Color information

#F6ECAC (or 0xF6ECAC) is unknown color: approx Pale Goldenrod. HEX triplet: F6, EC and AC. RGB value is (246,236,172). Sum of RGB (Red+Green+Blue) = 246+236+172=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 172 (67.58% from 255 or 26.30% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6ECAC is #091353. Grayscale: #E7E7E7. Windows color (decimal): -594772 or 11332854. OLE color: 11332854.

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

Color convert

RGB246236172-
CMYK00.040.300.04
HSL51.89º80.43%81.96%-
HSV(B)51.89º30.08%96.47%-
XYZ75.4582.5650.99-
YUV231.6994.31138.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.61%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 172 (67.58% from 255) = 26.30%
R=37.61%
G=36.09%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623617200.040.300.0451.8980.4381.96
HexF6ECAC041E4345052
Octal3663542540436464120122
Binary11110110111011001010110001001111010011010010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ECAC; }

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

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

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

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

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

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

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

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