#F2EFAF

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

Shades of Pale Goldenrod #F2EFAF

Tints of Pale Goldenrod #F2EFAF

Color information

#F2EFAF (or 0xF2EFAF) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EF and AF. RGB value is (242,239,175). Sum of RGB (Red+Green+Blue) = 242+239+175=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 175 (68.75% from 255 or 26.68% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EFAF is #0D1050. Grayscale: #E8E8E8. Windows color (decimal): -856145 or 11530226. OLE color: 11530226.

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

Color convert

RGB242239175-
CMYK00.010.280.05
HSL57.31º72.04%81.76%-
HSV(B)57.31º27.69%94.9%-
XYZ75.2283.7152.75-
YUV232.695.49134.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.89%
GREEN value IS 239 (93.75% from 255) = 36.43%
BLUE value IS 175 (68.75% from 255) = 26.68%
R=36.89%
G=36.43%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223917500.010.280.0557.3172.0481.76
HexF2EFAF011C5394852
Octal3623572570134571110122
Binary111100101110111110101111011110010111100110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFAF; }

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

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

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

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

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

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

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

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