#F1E9AC

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

Shades of Pale Goldenrod #F1E9AC

Tints of Pale Goldenrod #F1E9AC

Color information

#F1E9AC (or 0xF1E9AC) is unknown color: approx Pale Goldenrod. HEX triplet: F1, E9 and AC. RGB value is (241,233,172). Sum of RGB (Red+Green+Blue) = 241+233+172=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E9AC is #0E1653. Grayscale: #E4E4E4. Windows color (decimal): -923220 or 11332081. OLE color: 11332081.

HSL color Cylindrical-coordinate representation of color #F1E9AC: hue angle of 53.04º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1E9AC is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241233172-
CMYK00.030.290.05
HSL53.04º71.13%80.98%-
HSV(B)53.04º28.63%94.51%-
XYZ72.8679.9650.62-
YUV228.4496.15136.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.31%
GREEN value IS 233 (91.41% from 255) = 36.07%
BLUE value IS 172 (67.58% from 255) = 26.63%
R=37.31%
G=36.07%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123317200.030.290.0553.0471.1380.98
HexF1E9AC031D5354751
Octal3613512540335565107121
Binary1111000111101001101011000111110110111010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E9AC; }

 p { color: rgb(241,233,172); }

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

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

 a { background-color: rgb(241,233,172); }

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

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

 span { border-color: rgb(241,233,172); }

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