#F1E3AE

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

Shades of Pale Goldenrod #F1E3AE

Tints of Pale Goldenrod #F1E3AE

Color information

#F1E3AE (or 0xF1E3AE) is unknown color: approx Pale Goldenrod. HEX triplet: F1, E3 and AE. RGB value is (241,227,174). Sum of RGB (Red+Green+Blue) = 241+227+174=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 174 (68.36% from 255 or 27.10% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E3AE is #0E1C51. Grayscale: #E1E1E1. Windows color (decimal): -924754 or 11461617. OLE color: 11461617.

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

Color convert

RGB241227174-
CMYK00.060.280.05
HSL47.46º70.53%81.37%-
HSV(B)47.46º27.8%94.51%-
XYZ71.3876.6951.09-
YUV225.1499.14139.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 227 (89.06% from 255) = 35.36%
BLUE value IS 174 (68.36% from 255) = 27.10%
R=37.54%
G=35.36%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122717400.060.280.0547.4670.5381.37
HexF1E3AE061C52f4751
Octal3613432560634557107121
Binary11110001111000111010111001101110010110111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E3AE; }

 p { color: rgb(241,227,174); }

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

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

 a { background-color: rgb(241,227,174); }

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

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

 span { border-color: rgb(241,227,174); }

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