Shades of Pale Goldenrod #F3E5AB
Tints of Pale Goldenrod #F3E5AB
RGB
CMYK
RGB Variations
Color information
#F3E5AB (or 0xF3E5AB) is known color: Pale Goldenrod. HEX triplet: F3, E5 and AB. RGB value is (243,229,171). Sum of RGB (Red+Green+Blue) = 243+229+171=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E5AB is #0C1A54. Grayscale: #E2E2E2. Windows color (decimal): -793173 or 11265523. OLE color: 11265523.
HSL color Cylindrical-coordinate representation of color #F3E5AB: hue angle of 48.33º 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 #F3E5AB is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 171 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.05 |
| HSL | 48.33º | 0.75% | 0.81% | - |
| HSV(B) | 48.33º | 0.3% | 0.95% | - |
| XYZ | 72.33 | 78.03 | 49.78 | - |
| YUV | 226.57 | 96.64 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 171 | 0 | 0.06 | 0.30 | 0.05 | 48.33 | 0.75 | 0.81 |
| Hex | F3 | E5 | AB | 0 | 6 | 1E | 5 | 30 | 4B | 51 |
| Octal | 363 | 345 | 253 | 0 | 6 | 36 | 5 | 60 | 113 | 121 |
| Binary | 11110011 | 11100101 | 10101011 | 0 | 110 | 11110 | 101 | 110000 | 1001011 | 1010001 |
Color Harmonies of #F3E5AB
Complementary color
Monochromatic Colors of #F3E5AB
Black with #F3E5AB
Text Example
Text Example
White with #F3E5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5AB; }
p { color: rgb(243,229,171); }
H1.HeaderClassName
{
color: #F3E5AB;
}
.AnyTagClassName
{
color: #F3E5AB;
}
</style>
background-color css
<style>
a { background-color: #F3E5AB; }
a { background-color: rgb(243,229,171); }
div.DivClassName
{
background-color: #F3E5AB;
}
.BgClassName
{
background-color: #F3E5AB;
}
</style>
border-color css
<style>
span { border-color: #F3E5AB; }
span { border-color: rgb(243,229,171); }
td.TdClassName
{
border-color: #F3E5AB;
}
.TagClassName
{
border-color: #F3E5AB;
}
</style>