Shades of Pale Goldenrod #F3EDA8
Tints of Pale Goldenrod #F3EDA8
RGB
CMYK
RGB Variations
Color information
#F3EDA8 (or 0xF3EDA8) is known color: Pale Goldenrod. HEX triplet: F3, ED and A8. RGB value is (243,237,168). Sum of RGB (Red+Green+Blue) = 243+237+168=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 168 (66.02% from 255 or 25.93% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EDA8 is #0C1257. Grayscale: #E7E7E7. Windows color (decimal): -791128 or 11070963. OLE color: 11070963.
HSL color Cylindrical-coordinate representation of color #F3EDA8: hue angle of 55.2º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3EDA8 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 237 | 168 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.05 |
| HSL | 55.2º | 0.76% | 0.81% | - |
| HSV(B) | 55.2º | 0.31% | 0.95% | - |
| XYZ | 74.31 | 82.45 | 49.04 | - |
| YUV | 230.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 237 | 168 | 0 | 0.02 | 0.31 | 0.05 | 55.2 | 0.76 | 0.81 |
| Hex | F3 | ED | A8 | 0 | 2 | 1F | 5 | 37 | 4C | 51 |
| Octal | 363 | 355 | 250 | 0 | 2 | 37 | 5 | 67 | 114 | 121 |
| Binary | 11110011 | 11101101 | 10101000 | 0 | 10 | 11111 | 101 | 110111 | 1001100 | 1010001 |
Color Harmonies of #F3EDA8
Complementary color
Monochromatic Colors of #F3EDA8
Black with #F3EDA8
Text Example
Text Example
White with #F3EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EDA8; }
p { color: rgb(243,237,168); }
H1.HeaderClassName
{
color: #F3EDA8;
}
.AnyTagClassName
{
color: #F3EDA8;
}
</style>
background-color css
<style>
a { background-color: #F3EDA8; }
a { background-color: rgb(243,237,168); }
div.DivClassName
{
background-color: #F3EDA8;
}
.BgClassName
{
background-color: #F3EDA8;
}
</style>
border-color css
<style>
span { border-color: #F3EDA8; }
span { border-color: rgb(243,237,168); }
td.TdClassName
{
border-color: #F3EDA8;
}
.TagClassName
{
border-color: #F3EDA8;
}
</style>