#F1E6AC

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

Shades of Pale Goldenrod #F1E6AC

Tints of Pale Goldenrod #F1E6AC

Color information

#F1E6AC (or 0xF1E6AC) is unknown color: approx Pale Goldenrod. HEX triplet: F1, E6 and AC. RGB value is (241,230,172). Sum of RGB (Red+Green+Blue) = 241+230+172=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E6AC is #0E1953. Grayscale: #E2E2E2. Windows color (decimal): -923988 or 11331313. OLE color: 11331313.

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

Color convert

RGB241230172-
CMYK00.050.290.05
HSL50.43º71.13%80.98%-
HSV(B)50.43º28.63%94.51%-
XYZ72.0278.2750.34-
YUV226.6897.14138.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 230 (90.23% from 255) = 35.77%
BLUE value IS 172 (67.58% from 255) = 26.75%
R=37.48%
G=35.77%
B=26.75%

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
Decimal24123017200.050.290.0550.4371.1380.98
HexF1E6AC051D5324751
Octal3613462540535562107121
Binary11110001111001101010110001011110110111001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E6AC; }

 p { color: rgb(241,230,172); }

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

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

 a { background-color: rgb(241,230,172); }

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

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

 span { border-color: rgb(241,230,172); }

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