#F2E6B0

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

Shades of Pale Goldenrod #F2E6B0

Tints of Pale Goldenrod #F2E6B0

Color information

#F2E6B0 (or 0xF2E6B0) is unknown color: approx Pale Goldenrod. HEX triplet: F2, E6 and B0. RGB value is (242,230,176). Sum of RGB (Red+Green+Blue) = 242+230+176=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E6B0 is #0D194F. Grayscale: #E3E3E3. Windows color (decimal): -858448 or 11593458. OLE color: 11593458.

HSL color Cylindrical-coordinate representation of color #F2E6B0: hue angle of 49.09º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2E6B0 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB242230176-
CMYK00.050.270.05
HSL49.09º71.74%81.96%-
HSV(B)49.09º27.27%94.9%-
XYZ72.7578.6152.41-
YUV227.4398.98138.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.35%
GREEN value IS 230 (90.23% from 255) = 35.49%
BLUE value IS 176 (69.14% from 255) = 27.16%
R=37.35%
G=35.49%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223017600.050.270.0549.0971.7481.96
HexF2E6B0051B5314852
Octal3623462600533561110122
Binary11110010111001101011000001011101110111000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E6B0; }

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

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

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

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

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

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

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

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