#f2e6ad

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

Shades of Pale Goldenrod #F2E6AD

Tints of Pale Goldenrod #F2E6AD

Color information

#F2E6AD (or 0xF2E6AD) is unknown color: approx Pale Goldenrod. HEX triplet: F2, E6 and AD. RGB value is (242,230,173). Sum of RGB (Red+Green+Blue) = 242+230+173=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E6AD is #0D1952. Grayscale: #E3E3E3. Windows color (decimal): -858451 or 11396850. OLE color: 11396850.

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

Color convert

RGB242230173-
CMYK00.050.290.05
HSL49.57º72.63%81.37%-
HSV(B)49.57º28.51%94.9%-
XYZ72.4678.4950.87-
YUV227.0997.48138.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.52%
GREEN value IS 230 (90.23% from 255) = 35.66%
BLUE value IS 173 (67.97% from 255) = 26.82%
R=37.52%
G=35.66%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223017300.050.290.0549.5772.6381.37
HexF2E6AD051D5324951
Octal3623462550535562111121
Binary11110010111001101010110101011110110111001010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2e6ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2e6ad; }

 p { color: rgb(242,230,173); }

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

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

 a { background-color: rgb(242,230,173); }

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

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

 span { border-color: rgb(242,230,173); }

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