#F1EEA6

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

Shades of Pale Goldenrod #F1EEA6

Tints of Pale Goldenrod #F1EEA6

Color information

#F1EEA6 (or 0xF1EEA6) is unknown color: approx Pale Goldenrod. HEX triplet: F1, EE and A6. RGB value is (241,238,166). Sum of RGB (Red+Green+Blue) = 241+238+166=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 166 (65.23% from 255 or 25.74% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EEA6 is #0E1159. Grayscale: #E6E6E6. Windows color (decimal): -921946 or 10940145. OLE color: 10940145.

HSL color Cylindrical-coordinate representation of color #F1EEA6: hue angle of 57.6º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1EEA6 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB241238166-
CMYK00.010.310.05
HSL57.6º72.82%79.8%-
HSV(B)57.6º31.12%94.51%-
XYZ73.7382.648.13-
YUV230.6991.49135.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.36%
GREEN value IS 238 (93.36% from 255) = 36.90%
BLUE value IS 166 (65.23% from 255) = 25.74%
R=37.36%
G=36.90%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123816600.010.310.0557.672.8279.8
HexF1EEA6011F53a4950
Octal3613562460137572111120
Binary111100011110111010100110011111110111101010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EEA6; }

 p { color: rgb(241,238,166); }

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

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

 a { background-color: rgb(241,238,166); }

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

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

 span { border-color: rgb(241,238,166); }

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