#F3EFB0

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

Shades of Pale Goldenrod #F3EFB0

Tints of Pale Goldenrod #F3EFB0

Color information

#F3EFB0 (or 0xF3EFB0) is unknown color: approx Pale Goldenrod. HEX triplet: F3, EF and B0. RGB value is (243,239,176). Sum of RGB (Red+Green+Blue) = 243+239+176=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 176 (69.14% from 255 or 26.75% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EFB0 is #0C104F. Grayscale: #E9E9E9. Windows color (decimal): -790608 or 11595763. OLE color: 11595763.

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

Color convert

RGB243239176-
CMYK00.020.280.05
HSL56.42º73.63%82.16%-
HSV(B)56.42º27.57%95.29%-
XYZ75.6783.9253.28-
YUV233.0195.83135.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.93%
GREEN value IS 239 (93.75% from 255) = 36.32%
BLUE value IS 176 (69.14% from 255) = 26.75%
R=36.93%
G=36.32%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323917600.020.280.0556.4273.6382.16
HexF3EFB0021C5384a52
Octal3633572600234570112122
Binary1111001111101111101100000101110010111100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EFB0; }

 p { color: rgb(243,239,176); }

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

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

 a { background-color: rgb(243,239,176); }

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

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

 span { border-color: rgb(243,239,176); }

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