#F1ECB4

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

Shades of Pale Goldenrod #F1ECB4

Tints of Pale Goldenrod #F1ECB4

Color information

#F1ECB4 (or 0xF1ECB4) is unknown color: approx Pale Goldenrod. HEX triplet: F1, EC and B4. RGB value is (241,236,180). Sum of RGB (Red+Green+Blue) = 241+236+180=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 180 (70.70% from 255 or 27.40% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1ECB4 is #0E134B. Grayscale: #E7E7E7. Windows color (decimal): -922444 or 11857137. OLE color: 11857137.

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

Color convert

RGB241236180-
CMYK00.020.250.05
HSL55.08º68.54%82.55%-
HSV(B)55.08º25.31%94.51%-
XYZ74.5181.9955.08-
YUV231.1199.16135.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.68%
GREEN value IS 236 (92.58% from 255) = 35.92%
BLUE value IS 180 (70.70% from 255) = 27.40%
R=36.68%
G=35.92%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123618000.020.250.0555.0868.5482.55
HexF1ECB402195374553
Octal3613542640231567105123
Binary1111000111101100101101000101100110111011110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECB4; }

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

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

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

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

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

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

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

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