#F2EAB3

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

Shades of Pale Goldenrod #F2EAB3

Tints of Pale Goldenrod #F2EAB3

Color information

#F2EAB3 (or 0xF2EAB3) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EA and B3. RGB value is (242,234,179). Sum of RGB (Red+Green+Blue) = 242+234+179=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 179 (70.31% from 255 or 27.33% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAB3 is #0D154C. Grayscale: #E6E6E6. Windows color (decimal): -857421 or 11791090. OLE color: 11791090.

HSL color Cylindrical-coordinate representation of color #F2EAB3: hue angle of 52.38º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2EAB3 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB242234179-
CMYK00.030.260.05
HSL52.38º70.79%82.55%-
HSV(B)52.38º26.03%94.9%-
XYZ74.1880.9854.37-
YUV230.1299.15136.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.95%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 179 (70.31% from 255) = 27.33%
R=36.95%
G=35.73%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223417900.030.260.0552.3870.7982.55
HexF2EAB3031A5344753
Octal3623522630332564107123
Binary1111001011101010101100110111101010111010010001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EAB3; }

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

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

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

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

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

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

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

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