#F2ECAB

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

Shades of Pale Goldenrod #F2ECAB

Tints of Pale Goldenrod #F2ECAB

Color information

#F2ECAB (or 0xF2ECAB) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EC and AB. RGB value is (242,236,171). Sum of RGB (Red+Green+Blue) = 242+236+171=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 171 (67.19% from 255 or 26.35% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ECAB is #0D1354. Grayscale: #E6E6E6. Windows color (decimal): -856917 or 11267314. OLE color: 11267314.

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

Color convert

RGB242236171-
CMYK00.020.290.05
HSL54.93º73.2%80.98%-
HSV(B)54.93º29.34%94.9%-
XYZ73.9681.8150.42-
YUV230.3894.49136.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.29%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 171 (67.19% from 255) = 26.35%
R=37.29%
G=36.36%
B=26.35%

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
Decimal24223617100.020.290.0554.9373.280.98
HexF2ECAB021D5374951
Octal3623542530235567111121
Binary1111001011101100101010110101110110111011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECAB; }

 p { color: rgb(242,236,171); }

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

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

 a { background-color: rgb(242,236,171); }

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

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

 span { border-color: rgb(242,236,171); }

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