#F1EAB1

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

Shades of Pale Goldenrod #F1EAB1

Tints of Pale Goldenrod #F1EAB1

Color information

#F1EAB1 (or 0xF1EAB1) is unknown color: approx Pale Goldenrod. HEX triplet: F1, EA and B1. RGB value is (241,234,177). Sum of RGB (Red+Green+Blue) = 241+234+177=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 177 (69.53% from 255 or 27.15% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EAB1 is #0E154E. Grayscale: #E5E5E5. Windows color (decimal): -922959 or 11660017. OLE color: 11660017.

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

Color convert

RGB241234177-
CMYK00.030.270.05
HSL53.44º69.57%81.96%-
HSV(B)53.44º26.56%94.51%-
XYZ73.6380.7253.29-
YUV229.698.32136.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 177 (69.53% from 255) = 27.15%
R=36.96%
G=35.89%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123417700.030.270.0553.4469.5781.96
HexF1EAB1031B5354652
Octal3613522610333565106122
Binary1111000111101010101100010111101110111010110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAB1; }

 p { color: rgb(241,234,177); }

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

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

 a { background-color: rgb(241,234,177); }

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

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

 span { border-color: rgb(241,234,177); }

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