#F1EAB6

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

Shades of Pale Goldenrod #F1EAB6

Tints of Pale Goldenrod #F1EAB6

Color information

#F1EAB6 (or 0xF1EAB6) is unknown color: approx Pale Goldenrod. HEX triplet: F1, EA and B6. RGB value is (241,234,182). Sum of RGB (Red+Green+Blue) = 241+234+182=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 182 (71.48% from 255 or 27.70% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EAB6 is #0E1549. Grayscale: #E6E6E6. Windows color (decimal): -922954 or 11987697. OLE color: 11987697.

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

Color convert

RGB241234182-
CMYK00.030.240.05
HSL52.88º67.82%82.94%-
HSV(B)52.88º24.48%94.51%-
XYZ74.1480.9255.97-
YUV230.16100.82135.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.68%
GREEN value IS 234 (91.80% from 255) = 35.62%
BLUE value IS 182 (71.48% from 255) = 27.70%
R=36.68%
G=35.62%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123418200.030.240.0552.8867.8282.94
HexF1EAB603185354453
Octal3613522660330565104123
Binary1111000111101010101101100111100010111010110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAB6; }

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

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

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

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

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

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

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

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