Shades of Pale Goldenrod #F3E5AA
Tints of Pale Goldenrod #F3E5AA
RGB
CMYK
RGB Variations
Color information
#F3E5AA (or 0xF3E5AA) is known color: Pale Goldenrod. HEX triplet: F3, E5 and AA. RGB value is (243,229,170). Sum of RGB (Red+Green+Blue) = 243+229+170=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E5AA is #0C1A55. Grayscale: #E2E2E2. Windows color (decimal): -793174 or 11199987. OLE color: 11199987.
HSL color Cylindrical-coordinate representation of color #F3E5AA: hue angle of 48.49º 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 #F3E5AA is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 170 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.05 |
| HSL | 48.49º | 0.75% | 0.81% | - |
| HSV(B) | 48.49º | 0.3% | 0.95% | - |
| XYZ | 72.24 | 78 | 49.28 | - |
| YUV | 226.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 170 | 0 | 0.06 | 0.30 | 0.05 | 48.49 | 0.75 | 0.81 |
| Hex | F3 | E5 | AA | 0 | 6 | 1E | 5 | 30 | 4B | 51 |
| Octal | 363 | 345 | 252 | 0 | 6 | 36 | 5 | 60 | 113 | 121 |
| Binary | 11110011 | 11100101 | 10101010 | 0 | 110 | 11110 | 101 | 110000 | 1001011 | 1010001 |
Color Harmonies of #F3E5AA
Complementary color
Monochromatic Colors of #F3E5AA
Black with #F3E5AA
Text Example
Text Example
White with #F3E5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5AA; }
p { color: rgb(243,229,170); }
H1.HeaderClassName
{
color: #F3E5AA;
}
.AnyTagClassName
{
color: #F3E5AA;
}
</style>
background-color css
<style>
a { background-color: #F3E5AA; }
a { background-color: rgb(243,229,170); }
div.DivClassName
{
background-color: #F3E5AA;
}
.BgClassName
{
background-color: #F3E5AA;
}
</style>
border-color css
<style>
span { border-color: #F3E5AA; }
span { border-color: rgb(243,229,170); }
td.TdClassName
{
border-color: #F3E5AA;
}
.TagClassName
{
border-color: #F3E5AA;
}
</style>