#F2E8AF

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

Shades of Pale Goldenrod #F2E8AF

Tints of Pale Goldenrod #F2E8AF

Color information

#F2E8AF (or 0xF2E8AF) is unknown color: approx Pale Goldenrod. HEX triplet: F2, E8 and AF. RGB value is (242,232,175). Sum of RGB (Red+Green+Blue) = 242+232+175=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E8AF is #0D1750. Grayscale: #E4E4E4. Windows color (decimal): -857937 or 11528434. OLE color: 11528434.

HSL color Cylindrical-coordinate representation of color #F2E8AF: hue angle of 51.04º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2E8AF is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242232175-
CMYK00.040.280.05
HSL51.04º72.04%81.76%-
HSV(B)51.04º27.69%94.9%-
XYZ73.2179.6952.08-
YUV228.4997.81137.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.29%
GREEN value IS 232 (91.02% from 255) = 35.75%
BLUE value IS 175 (68.75% from 255) = 26.96%
R=37.29%
G=35.75%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223217500.040.280.0551.0472.0481.76
HexF2E8AF041C5334852
Octal3623502570434563110122
Binary11110010111010001010111101001110010111001110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E8AF; }

 p { color: rgb(242,232,175); }

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

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

 a { background-color: rgb(242,232,175); }

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

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

 span { border-color: rgb(242,232,175); }

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