#F2E4AC

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

Shades of Pale Goldenrod #F2E4AC

Tints of Pale Goldenrod #F2E4AC

Color information

#F2E4AC (or 0xF2E4AC) is unknown color: approx Pale Goldenrod. HEX triplet: F2, E4 and AC. RGB value is (242,228,172). Sum of RGB (Red+Green+Blue) = 242+228+172=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E4AC is #0D1B53. Grayscale: #E2E2E2. Windows color (decimal): -858964 or 11330802. OLE color: 11330802.

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

Color convert

RGB242228172-
CMYK00.060.290.05
HSL48º72.92%81.18%-
HSV(B)48º28.93%94.9%-
XYZ71.8177.3450.17-
YUV225.897.64139.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.69%
GREEN value IS 228 (89.45% from 255) = 35.51%
BLUE value IS 172 (67.58% from 255) = 26.79%
R=37.69%
G=35.51%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222817200.060.290.054872.9281.18
HexF2E4AC061D5304951
Octal3623442540635560111121
Binary11110010111001001010110001101110110111000010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4AC; }

 p { color: rgb(242,228,172); }

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

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

 a { background-color: rgb(242,228,172); }

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

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

 span { border-color: rgb(242,228,172); }

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