#F1E5AB

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

Shades of Pale Goldenrod #F1E5AB

Tints of Pale Goldenrod #F1E5AB

Color information

#F1E5AB (or 0xF1E5AB) is unknown color: approx Pale Goldenrod. HEX triplet: F1, E5 and AB. RGB value is (241,229,171). Sum of RGB (Red+Green+Blue) = 241+229+171=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E5AB is #0E1A54. Grayscale: #E2E2E2. Windows color (decimal): -924245 or 11265521. OLE color: 11265521.

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

Color convert

RGB241229171-
CMYK00.050.290.05
HSL49.71º71.43%80.78%-
HSV(B)49.71º29.05%94.51%-
XYZ71.6577.6849.75-
YUV225.9896.98138.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 229 (89.84% from 255) = 35.73%
BLUE value IS 171 (67.19% from 255) = 26.68%
R=37.60%
G=35.73%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122917100.050.290.0549.7171.4380.78
HexF1E5AB051D5324751
Octal3613452530535562107121
Binary11110001111001011010101101011110110111001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E5AB; }

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

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

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

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

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

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

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

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