Shades of Pale Goldenrod #F3E8A8
Tints of Pale Goldenrod #F3E8A8
RGB
CMYK
RGB Variations
Color information
#F3E8A8 (or 0xF3E8A8) is known color: Pale Goldenrod. HEX triplet: F3, E8 and A8. RGB value is (243,232,168). Sum of RGB (Red+Green+Blue) = 243+232+168=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 168 (66.02% from 255 or 26.13% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E8A8 is #0C1757. Grayscale: #E4E4E4. Windows color (decimal): -792408 or 11069683. OLE color: 11069683.
HSL color Cylindrical-coordinate representation of color #F3E8A8: hue angle of 51.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 #F3E8A8 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 232 | 168 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.05 |
| HSL | 51.2º | 0.76% | 0.81% | - |
| HSV(B) | 51.2º | 0.31% | 0.95% | - |
| XYZ | 72.89 | 79.6 | 48.57 | - |
| YUV | 227.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 232 | 168 | 0 | 0.05 | 0.31 | 0.05 | 51.2 | 0.76 | 0.81 |
| Hex | F3 | E8 | A8 | 0 | 5 | 1F | 5 | 33 | 4C | 51 |
| Octal | 363 | 350 | 250 | 0 | 5 | 37 | 5 | 63 | 114 | 121 |
| Binary | 11110011 | 11101000 | 10101000 | 0 | 101 | 11111 | 101 | 110011 | 1001100 | 1010001 |
Color Harmonies of #F3E8A8
Complementary color
Monochromatic Colors of #F3E8A8
Black with #F3E8A8
Text Example
Text Example
White with #F3E8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E8A8; }
p { color: rgb(243,232,168); }
H1.HeaderClassName
{
color: #F3E8A8;
}
.AnyTagClassName
{
color: #F3E8A8;
}
</style>
background-color css
<style>
a { background-color: #F3E8A8; }
a { background-color: rgb(243,232,168); }
div.DivClassName
{
background-color: #F3E8A8;
}
.BgClassName
{
background-color: #F3E8A8;
}
</style>
border-color css
<style>
span { border-color: #F3E8A8; }
span { border-color: rgb(243,232,168); }
td.TdClassName
{
border-color: #F3E8A8;
}
.TagClassName
{
border-color: #F3E8A8;
}
</style>