Shades of Pale Goldenrod #F6E8AA
Tints of Pale Goldenrod #F6E8AA
RGB
CMYK
RGB Variations
Color information
#F6E8AA (or 0xF6E8AA) is known color: Pale Goldenrod. HEX triplet: F6, E8 and AA. RGB value is (246,232,170). Sum of RGB (Red+Green+Blue) = 246+232+170=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E8AA is #091755. Grayscale: #E5E5E5. Windows color (decimal): -595798 or 11200758. OLE color: 11200758.
HSL color Cylindrical-coordinate representation of color #F6E8AA: hue angle of 48.95º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6E8AA is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 232 | 170 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.04 |
| HSL | 48.95º | 0.81% | 0.82% | - |
| HSV(B) | 48.95º | 0.31% | 0.96% | - |
| XYZ | 74.12 | 80.21 | 49.61 | - |
| YUV | 229.12 | 94.64 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 232 | 170 | 0 | 0.06 | 0.31 | 0.04 | 48.95 | 0.81 | 0.82 |
| Hex | F6 | E8 | AA | 0 | 6 | 1F | 4 | 31 | 51 | 52 |
| Octal | 366 | 350 | 252 | 0 | 6 | 37 | 4 | 61 | 121 | 122 |
| Binary | 11110110 | 11101000 | 10101010 | 0 | 110 | 11111 | 100 | 110001 | 1010001 | 1010010 |
Color Harmonies of #F6E8AA
Complementary color
Monochromatic Colors of #F6E8AA
Black with #F6E8AA
Text Example
Text Example
White with #F6E8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E8AA; }
p { color: rgb(246,232,170); }
H1.HeaderClassName
{
color: #F6E8AA;
}
.AnyTagClassName
{
color: #F6E8AA;
}
</style>
background-color css
<style>
a { background-color: #F6E8AA; }
a { background-color: rgb(246,232,170); }
div.DivClassName
{
background-color: #F6E8AA;
}
.BgClassName
{
background-color: #F6E8AA;
}
</style>
border-color css
<style>
span { border-color: #F6E8AA; }
span { border-color: rgb(246,232,170); }
td.TdClassName
{
border-color: #F6E8AA;
}
.TagClassName
{
border-color: #F6E8AA;
}
</style>