#F1E4AB

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

Shades of Pale Goldenrod #F1E4AB

Tints of Pale Goldenrod #F1E4AB

Color information

#F1E4AB (or 0xF1E4AB) is unknown color: approx Pale Goldenrod. HEX triplet: F1, E4 and AB. RGB value is (241,228,171). Sum of RGB (Red+Green+Blue) = 241+228+171=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E4AB is #0E1B54. Grayscale: #E1E1E1. Windows color (decimal): -924501 or 11265265. OLE color: 11265265.

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

Color convert

RGB241228171-
CMYK00.050.290.05
HSL48.86º71.43%80.78%-
HSV(B)48.86º29.05%94.51%-
XYZ71.3777.1349.65-
YUV225.3997.31139.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.66%
GREEN value IS 228 (89.45% from 255) = 35.62%
BLUE value IS 171 (67.19% from 255) = 26.72%
R=37.66%
G=35.62%
B=26.72%

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
Decimal24122817100.050.290.0548.8671.4380.78
HexF1E4AB051D5314751
Octal3613442530535561107121
Binary11110001111001001010101101011110110111000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E4AB; }

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

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

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

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

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

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

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

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