#F6EEAF

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

Shades of Pale Goldenrod #F6EEAF

Tints of Pale Goldenrod #F6EEAF

Color information

#F6EEAF (or 0xF6EEAF) is unknown color: approx Pale Goldenrod. HEX triplet: F6, EE and AF. RGB value is (246,238,175). Sum of RGB (Red+Green+Blue) = 246+238+175=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 175 (68.75% from 255 or 26.56% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EEAF is #091150. Grayscale: #E9E9E9. Windows color (decimal): -594257 or 11529974. OLE color: 11529974.

HSL color Cylindrical-coordinate representation of color #F6EEAF: hue angle of 53.24º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6EEAF is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB246238175-
CMYK00.030.290.04
HSL53.24º79.78%82.55%-
HSV(B)53.24º28.86%96.47%-
XYZ76.3283.8452.72-
YUV233.2195.15137.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.33%
GREEN value IS 238 (93.36% from 255) = 36.12%
BLUE value IS 175 (68.75% from 255) = 26.56%
R=37.33%
G=36.12%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623817500.030.290.0453.2479.7882.55
HexF6EEAF031D4355053
Octal3663562570335465120123
Binary1111011011101110101011110111110110011010110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EEAF; }

 p { color: rgb(246,238,175); }

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

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

 a { background-color: rgb(246,238,175); }

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

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

 span { border-color: rgb(246,238,175); }

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