#F1EBAB

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

Shades of Pale Goldenrod #F1EBAB

Tints of Pale Goldenrod #F1EBAB

Color information

#F1EBAB (or 0xF1EBAB) is unknown color: approx Pale Goldenrod. HEX triplet: F1, EB and AB. RGB value is (241,235,171). Sum of RGB (Red+Green+Blue) = 241+235+171=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EBAB is #0E1454. Grayscale: #E5E5E5. Windows color (decimal): -922709 or 11267057. OLE color: 11267057.

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

Color convert

RGB241235171-
CMYK00.020.290.05
HSL54.86º71.43%80.78%-
HSV(B)54.86º29.05%94.51%-
XYZ73.3381.0650.31-
YUV229.594.99136.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.25%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 171 (67.19% from 255) = 26.43%
R=37.25%
G=36.32%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123517100.020.290.0554.8671.4380.78
HexF1EBAB021D5374751
Octal3613532530235567107121
Binary1111000111101011101010110101110110111011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBAB; }

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

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

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

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

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

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

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

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