#F2E6AF

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

Shades of Pale Goldenrod #F2E6AF

Tints of Pale Goldenrod #F2E6AF

Color information

#F2E6AF (or 0xF2E6AF) is unknown color: approx Pale Goldenrod. HEX triplet: F2, E6 and AF. RGB value is (242,230,175). Sum of RGB (Red+Green+Blue) = 242+230+175=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E6AF is #0D1950. Grayscale: #E3E3E3. Windows color (decimal): -858449 or 11527922. OLE color: 11527922.

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

Color convert

RGB242230175-
CMYK00.050.280.05
HSL49.25º72.04%81.76%-
HSV(B)49.25º27.69%94.9%-
XYZ72.6578.5751.89-
YUV227.3298.48138.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.40%
GREEN value IS 230 (90.23% from 255) = 35.55%
BLUE value IS 175 (68.75% from 255) = 27.05%
R=37.40%
G=35.55%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223017500.050.280.0549.2572.0481.76
HexF2E6AF051C5314852
Octal3623462570534561110122
Binary11110010111001101010111101011110010111000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E6AF; }

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

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

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

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

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

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

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

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