Shades of Pale Goldenrod #F3E6A8
Tints of Pale Goldenrod #F3E6A8
RGB
CMYK
RGB Variations
Color information
#F3E6A8 (or 0xF3E6A8) is known color: Pale Goldenrod. HEX triplet: F3, E6 and A8. RGB value is (243,230,168). Sum of RGB (Red+Green+Blue) = 243+230+168=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E6A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E6A8 is #0C1957. Grayscale: #E3E3E3. Windows color (decimal): -792920 or 11069171. OLE color: 11069171.
HSL color Cylindrical-coordinate representation of color #F3E6A8: hue angle of 49.6º 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 #F3E6A8 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 230 | 168 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.05 |
| HSL | 49.6º | 0.76% | 0.81% | - |
| HSV(B) | 49.6º | 0.31% | 0.95% | - |
| XYZ | 72.33 | 78.48 | 48.38 | - |
| YUV | 226.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 230 | 168 | 0 | 0.05 | 0.31 | 0.05 | 49.6 | 0.76 | 0.81 |
| Hex | F3 | E6 | A8 | 0 | 5 | 1F | 5 | 32 | 4C | 51 |
| Octal | 363 | 346 | 250 | 0 | 5 | 37 | 5 | 62 | 114 | 121 |
| Binary | 11110011 | 11100110 | 10101000 | 0 | 101 | 11111 | 101 | 110010 | 1001100 | 1010001 |
Color Harmonies of #F3E6A8
Complementary color
Monochromatic Colors of #F3E6A8
Black with #F3E6A8
Text Example
Text Example
White with #F3E6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E6A8; }
p { color: rgb(243,230,168); }
H1.HeaderClassName
{
color: #F3E6A8;
}
.AnyTagClassName
{
color: #F3E6A8;
}
</style>
background-color css
<style>
a { background-color: #F3E6A8; }
a { background-color: rgb(243,230,168); }
div.DivClassName
{
background-color: #F3E6A8;
}
.BgClassName
{
background-color: #F3E6A8;
}
</style>
border-color css
<style>
span { border-color: #F3E6A8; }
span { border-color: rgb(243,230,168); }
td.TdClassName
{
border-color: #F3E6A8;
}
.TagClassName
{
border-color: #F3E6A8;
}
</style>