#F1E7B2

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

Shades of Pale Goldenrod #F1E7B2

Tints of Pale Goldenrod #F1E7B2

Color information

#F1E7B2 (or 0xF1E7B2) is unknown color: approx Pale Goldenrod. HEX triplet: F1, E7 and B2. RGB value is (241,231,178). Sum of RGB (Red+Green+Blue) = 241+231+178=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 178 (69.92% from 255 or 27.38% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E7B2 is #0E184D. Grayscale: #E4E4E4. Windows color (decimal): -923726 or 11724785. OLE color: 11724785.

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

Color convert

RGB241231178-
CMYK00.040.260.05
HSL50.48º69.23%82.16%-
HSV(B)50.48º26.14%94.51%-
XYZ72.8979.0753.54-
YUV227.9599.81137.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.08%
GREEN value IS 231 (90.62% from 255) = 35.54%
BLUE value IS 178 (69.92% from 255) = 27.38%
R=37.08%
G=35.54%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123117800.040.260.0550.4869.2382.16
HexF1E7B2041A5324552
Octal3613472620432562105122
Binary11110001111001111011001001001101010111001010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E7B2; }

 p { color: rgb(241,231,178); }

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

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

 a { background-color: rgb(241,231,178); }

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

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

 span { border-color: rgb(241,231,178); }

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