#F1EAAB

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

Shades of Pale Goldenrod #F1EAAB

Tints of Pale Goldenrod #F1EAAB

Color information

#F1EAAB (or 0xF1EAAB) is unknown color: approx Pale Goldenrod. HEX triplet: F1, EA and AB. RGB value is (241,234,171). Sum of RGB (Red+Green+Blue) = 241+234+171=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 171 (67.19% from 255 or 26.47% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EAAB is #0E1554. Grayscale: #E5E5E5. Windows color (decimal): -922965 or 11266801. OLE color: 11266801.

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

Color convert

RGB241234171-
CMYK00.030.290.05
HSL54º71.43%80.78%-
HSV(B)54º29.05%94.51%-
XYZ73.0580.4950.21-
YUV228.9195.32136.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.31%
GREEN value IS 234 (91.80% from 255) = 36.22%
BLUE value IS 171 (67.19% from 255) = 26.47%
R=37.31%
G=36.22%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123417100.030.290.055471.4380.78
HexF1EAAB031D5364751
Octal3613522530335566107121
Binary1111000111101010101010110111110110111011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAAB; }

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

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

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

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

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

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

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

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