#F2E8AB

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

Shades of Pale Goldenrod #F2E8AB

Tints of Pale Goldenrod #F2E8AB

Color information

#F2E8AB (or 0xF2E8AB) is unknown color: approx Pale Goldenrod. HEX triplet: F2, E8 and AB. RGB value is (242,232,171). Sum of RGB (Red+Green+Blue) = 242+232+171=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E8AB is #0D1754. Grayscale: #E4E4E4. Windows color (decimal): -857941 or 11266290. OLE color: 11266290.

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

Color convert

RGB242232171-
CMYK00.040.290.05
HSL51.55º73.2%80.98%-
HSV(B)51.55º29.34%94.9%-
XYZ72.8379.5350.04-
YUV228.0495.81137.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.52%
GREEN value IS 232 (91.02% from 255) = 35.97%
BLUE value IS 171 (67.19% from 255) = 26.51%
R=37.52%
G=35.97%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223217100.040.290.0551.5573.280.98
HexF2E8AB041D5344951
Octal3623502530435564111121
Binary11110010111010001010101101001110110111010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E8AB; }

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

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

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

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

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

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

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

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