#F1ECA6

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

Shades of Pale Goldenrod #F1ECA6

Tints of Pale Goldenrod #F1ECA6

Color information

#F1ECA6 (or 0xF1ECA6) is unknown color: approx Pale Goldenrod. HEX triplet: F1, EC and A6. RGB value is (241,236,166). Sum of RGB (Red+Green+Blue) = 241+236+166=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 166 (65.23% from 255 or 25.82% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ECA6 is #0E1359. Grayscale: #E5E5E5. Windows color (decimal): -922458 or 10939633. OLE color: 10939633.

HSL color Cylindrical-coordinate representation of color #F1ECA6: hue angle of 56º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1ECA6 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB241236166-
CMYK00.020.310.05
HSL56º72.82%79.8%-
HSV(B)56º31.12%94.51%-
XYZ73.1581.4447.94-
YUV229.5292.16136.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 236 (92.58% from 255) = 36.70%
BLUE value IS 166 (65.23% from 255) = 25.82%
R=37.48%
G=36.70%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123616600.020.310.055672.8279.8
HexF1ECA6021F5384950
Octal3613542460237570111120
Binary1111000111101100101001100101111110111100010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECA6; }

 p { color: rgb(241,236,166); }

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

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

 a { background-color: rgb(241,236,166); }

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

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

 span { border-color: rgb(241,236,166); }

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