#F1E4AA

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

Shades of Pale Goldenrod #F1E4AA

Tints of Pale Goldenrod #F1E4AA

Color information

#F1E4AA (or 0xF1E4AA) is unknown color: approx Pale Goldenrod. HEX triplet: F1, E4 and AA. RGB value is (241,228,170). Sum of RGB (Red+Green+Blue) = 241+228+170=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E4AA is #0E1B55. Grayscale: #E1E1E1. Windows color (decimal): -924502 or 11199729. OLE color: 11199729.

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

Color convert

RGB241228170-
CMYK00.050.290.05
HSL49.01º71.72%80.59%-
HSV(B)49.01º29.46%94.51%-
XYZ71.2777.0949.15-
YUV225.2796.81139.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.72%
GREEN value IS 228 (89.45% from 255) = 35.68%
BLUE value IS 170 (66.80% from 255) = 26.60%
R=37.72%
G=35.68%
B=26.60%

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
Decimal24122817000.050.290.0549.0171.7280.59
HexF1E4AA051D5314851
Octal3613442520535561110121
Binary11110001111001001010101001011110110111000110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E4AA; }

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

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

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

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

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

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

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

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