#F3EDB6

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

Shades of Pale Goldenrod #F3EDB6

Tints of Pale Goldenrod #F3EDB6

Color information

#F3EDB6 (or 0xF3EDB6) is unknown color: approx Pale Goldenrod. HEX triplet: F3, ED and B6. RGB value is (243,237,182). Sum of RGB (Red+Green+Blue) = 243+237+182=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 182 (71.48% from 255 or 27.49% from 662); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDB6 is #0C1249. Grayscale: #E8E8E8. Windows color (decimal): -791114 or 11988467. OLE color: 11988467.

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

Color convert

RGB243237182-
CMYK00.020.250.05
HSL54.1º71.76%83.33%-
HSV(B)54.1º25.1%95.29%-
XYZ75.698356.29-
YUV232.5299.49135.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.71%
GREEN value IS 237 (92.97% from 255) = 35.80%
BLUE value IS 182 (71.48% from 255) = 27.49%
R=36.71%
G=35.80%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323718200.020.250.0554.171.7683.33
HexF3EDB602195364853
Octal3633552660231566110123
Binary1111001111101101101101100101100110111011010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDB6; }

 p { color: rgb(243,237,182); }

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

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

 a { background-color: rgb(243,237,182); }

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

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

 span { border-color: rgb(243,237,182); }

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