#F1ECAC

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

Shades of Pale Goldenrod #F1ECAC

Tints of Pale Goldenrod #F1ECAC

Color information

#F1ECAC (or 0xF1ECAC) is unknown color: approx Pale Goldenrod. HEX triplet: F1, EC and AC. RGB value is (241,236,172). Sum of RGB (Red+Green+Blue) = 241+236+172=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ECAC is #0E1353. Grayscale: #E6E6E6. Windows color (decimal): -922452 or 11332849. OLE color: 11332849.

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

Color convert

RGB241236172-
CMYK00.020.290.05
HSL55.65º71.13%80.98%-
HSV(B)55.65º28.63%94.51%-
XYZ73.7281.6750.91-
YUV230.295.16135.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 172 (67.58% from 255) = 26.50%
R=37.13%
G=36.36%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123617200.020.290.0555.6571.1380.98
HexF1ECAC021D5384751
Octal3613542540235570107121
Binary1111000111101100101011000101110110111100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECAC; }

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

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

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

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

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

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

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

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