#F1E6AA

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

Shades of Pale Goldenrod #F1E6AA

Tints of Pale Goldenrod #F1E6AA

Color information

#F1E6AA (or 0xF1E6AA) is unknown color: approx Pale Goldenrod. HEX triplet: F1, E6 and AA. RGB value is (241,230,170). Sum of RGB (Red+Green+Blue) = 241+230+170=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E6AA is #0E1955. Grayscale: #E2E2E2. Windows color (decimal): -923990 or 11200241. OLE color: 11200241.

HSL color Cylindrical-coordinate representation of color #F1E6AA: hue angle of 50.7º degrees, saturation: 0.72, 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 #F1E6AA is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241230170-
CMYK00.050.290.05
HSL50.7º71.72%80.59%-
HSV(B)50.7º29.46%94.51%-
XYZ71.8378.249.34-
YUV226.4596.14138.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 230 (90.23% from 255) = 35.88%
BLUE value IS 170 (66.80% from 255) = 26.52%
R=37.60%
G=35.88%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123017000.050.290.0550.771.7280.59
HexF1E6AA051D5334851
Octal3613462520535563110121
Binary11110001111001101010101001011110110111001110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E6AA; }

 p { color: rgb(241,230,170); }

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

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

 a { background-color: rgb(241,230,170); }

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

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

 span { border-color: rgb(241,230,170); }

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