Shades of Pale Goldenrod #F3EDB5
Tints of Pale Goldenrod #F3EDB5
RGB
CMYK
RGB Variations
Color information
#F3EDB5 (or 0xF3EDB5) is known color: Pale Goldenrod. HEX triplet: F3, ED and B5. RGB value is (243,237,181). Sum of RGB (Red+Green+Blue) = 243+237+181=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 181 (71.09% from 255 or 27.38% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDB5 is #0C124A. Grayscale: #E8E8E8. Windows color (decimal): -791115 or 11922931. OLE color: 11922931.
HSL color Cylindrical-coordinate representation of color #F3EDB5: hue angle of 54.19º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3EDB5 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 237 | 181 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.05 |
| HSL | 54.19º | 0.72% | 0.83% | - |
| HSV(B) | 54.19º | 0.26% | 0.95% | - |
| XYZ | 75.59 | 82.96 | 55.74 | - |
| YUV | 232.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 237 | 181 | 0 | 0.02 | 0.26 | 0.05 | 54.19 | 0.72 | 0.83 |
| Hex | F3 | ED | B5 | 0 | 2 | 1A | 5 | 36 | 48 | 53 |
| Octal | 363 | 355 | 265 | 0 | 2 | 32 | 5 | 66 | 110 | 123 |
| Binary | 11110011 | 11101101 | 10110101 | 0 | 10 | 11010 | 101 | 110110 | 1001000 | 1010011 |
Color Harmonies of #F3EDB5
Complementary color
Monochromatic Colors of #F3EDB5
Black with #F3EDB5
Text Example
Text Example
White with #F3EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EDB5; }
p { color: rgb(243,237,181); }
H1.HeaderClassName
{
color: #F3EDB5;
}
.AnyTagClassName
{
color: #F3EDB5;
}
</style>
background-color css
<style>
a { background-color: #F3EDB5; }
a { background-color: rgb(243,237,181); }
div.DivClassName
{
background-color: #F3EDB5;
}
.BgClassName
{
background-color: #F3EDB5;
}
</style>
border-color css
<style>
span { border-color: #F3EDB5; }
span { border-color: rgb(243,237,181); }
td.TdClassName
{
border-color: #F3EDB5;
}
.TagClassName
{
border-color: #F3EDB5;
}
</style>