#F2EBAB

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

Shades of Pale Goldenrod #F2EBAB

Tints of Pale Goldenrod #F2EBAB

Color information

#F2EBAB (or 0xF2EBAB) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EB and AB. RGB value is (242,235,171). Sum of RGB (Red+Green+Blue) = 242+235+171=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 171 (67.19% from 255 or 26.39% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EBAB is #0D1454. Grayscale: #E6E6E6. Windows color (decimal): -857173 or 11267058. OLE color: 11267058.

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

Color convert

RGB242235171-
CMYK00.030.290.05
HSL54.08º73.2%80.98%-
HSV(B)54.08º29.34%94.9%-
XYZ73.6881.2350.32-
YUV229.894.82136.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.35%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 171 (67.19% from 255) = 26.39%
R=37.35%
G=36.27%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223517100.030.290.0554.0873.280.98
HexF2EBAB031D5364951
Octal3623532530335566111121
Binary1111001011101011101010110111110110111011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBAB; }

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

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

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

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

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

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

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

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