#F2EAAA

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

Shades of Pale Goldenrod #F2EAAA

Tints of Pale Goldenrod #F2EAAA

Color information

#F2EAAA (or 0xF2EAAA) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EA and AA. RGB value is (242,234,170). Sum of RGB (Red+Green+Blue) = 242+234+170=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EAAA is #0D1555. Grayscale: #E5E5E5. Windows color (decimal): -857430 or 11201266. OLE color: 11201266.

HSL color Cylindrical-coordinate representation of color #F2EAAA: hue angle of 53.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2EAAA is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242234170-
CMYK00.030.300.05
HSL53.33º73.47%80.78%-
HSV(B)53.33º29.75%94.9%-
XYZ73.380.6349.73-
YUV229.194.65137.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.46%
GREEN value IS 234 (91.80% from 255) = 36.22%
BLUE value IS 170 (66.80% from 255) = 26.32%
R=37.46%
G=36.22%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223417000.030.300.0553.3373.4780.78
HexF2EAAA031E5354951
Octal3623522520336565111121
Binary1111001011101010101010100111111010111010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EAAA; }

 p { color: rgb(242,234,170); }

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

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

 a { background-color: rgb(242,234,170); }

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

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

 span { border-color: rgb(242,234,170); }

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