#F1EBB2

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

Shades of Pale Goldenrod #F1EBB2

Tints of Pale Goldenrod #F1EBB2

Color information

#F1EBB2 (or 0xF1EBB2) is unknown color: approx Pale Goldenrod. HEX triplet: F1, EB and B2. RGB value is (241,235,178). Sum of RGB (Red+Green+Blue) = 241+235+178=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 178 (69.92% from 255 or 27.22% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EBB2 is #0E144D. Grayscale: #E6E6E6. Windows color (decimal): -922702 or 11725809. OLE color: 11725809.

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

Color convert

RGB241235178-
CMYK00.020.260.05
HSL54.29º69.23%82.16%-
HSV(B)54.29º26.14%94.51%-
XYZ74.0281.3353.92-
YUV230.398.49135.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 178 (69.92% from 255) = 27.22%
R=36.85%
G=35.93%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123517800.020.260.0554.2969.2382.16
HexF1EBB2021A5364552
Octal3613532620232566105122
Binary1111000111101011101100100101101010111011010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBB2; }

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

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

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

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

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

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

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

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