Shades of Pale Goldenrod #F3E8AA
Tints of Pale Goldenrod #F3E8AA
RGB
CMYK
RGB Variations
Color information
#F3E8AA (or 0xF3E8AA) is known color: Pale Goldenrod. HEX triplet: F3, E8 and AA. RGB value is (243,232,170). Sum of RGB (Red+Green+Blue) = 243+232+170=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E8AA is #0C1755. Grayscale: #E4E4E4. Windows color (decimal): -792406 or 11200755. OLE color: 11200755.
HSL color Cylindrical-coordinate representation of color #F3E8AA: hue angle of 50.96º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3E8AA is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 232 | 170 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.05 |
| HSL | 50.96º | 0.75% | 0.81% | - |
| HSV(B) | 50.96º | 0.3% | 0.95% | - |
| XYZ | 73.07 | 79.67 | 49.56 | - |
| YUV | 228.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 232 | 170 | 0 | 0.05 | 0.30 | 0.05 | 50.96 | 0.75 | 0.81 |
| Hex | F3 | E8 | AA | 0 | 5 | 1E | 5 | 33 | 4B | 51 |
| Octal | 363 | 350 | 252 | 0 | 5 | 36 | 5 | 63 | 113 | 121 |
| Binary | 11110011 | 11101000 | 10101010 | 0 | 101 | 11110 | 101 | 110011 | 1001011 | 1010001 |
Color Harmonies of #F3E8AA
Complementary color
Monochromatic Colors of #F3E8AA
Black with #F3E8AA
Text Example
Text Example
White with #F3E8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E8AA; }
p { color: rgb(243,232,170); }
H1.HeaderClassName
{
color: #F3E8AA;
}
.AnyTagClassName
{
color: #F3E8AA;
}
</style>
background-color css
<style>
a { background-color: #F3E8AA; }
a { background-color: rgb(243,232,170); }
div.DivClassName
{
background-color: #F3E8AA;
}
.BgClassName
{
background-color: #F3E8AA;
}
</style>
border-color css
<style>
span { border-color: #F3E8AA; }
span { border-color: rgb(243,232,170); }
td.TdClassName
{
border-color: #F3E8AA;
}
.TagClassName
{
border-color: #F3E8AA;
}
</style>