Shades of Pale Goldenrod #F3E6AD
Tints of Pale Goldenrod #F3E6AD
RGB
CMYK
RGB Variations
Color information
#F3E6AD (or 0xF3E6AD) is known color: Pale Goldenrod. HEX triplet: F3, E6 and AD. RGB value is (243,230,173). Sum of RGB (Red+Green+Blue) = 243+230+173=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 173 (67.97% from 255 or 26.78% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E6AD is #0C1952. Grayscale: #E3E3E3. Windows color (decimal): -792915 or 11396851. OLE color: 11396851.
HSL color Cylindrical-coordinate representation of color #F3E6AD: hue angle of 48.86º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3E6AD is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 230 | 173 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.05 |
| HSL | 48.86º | 0.74% | 0.82% | - |
| HSV(B) | 48.86º | 0.29% | 0.95% | - |
| XYZ | 72.8 | 78.67 | 50.88 | - |
| YUV | 227.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 230 | 173 | 0 | 0.05 | 0.29 | 0.05 | 48.86 | 0.74 | 0.82 |
| Hex | F3 | E6 | AD | 0 | 5 | 1D | 5 | 31 | 4A | 52 |
| Octal | 363 | 346 | 255 | 0 | 5 | 35 | 5 | 61 | 112 | 122 |
| Binary | 11110011 | 11100110 | 10101101 | 0 | 101 | 11101 | 101 | 110001 | 1001010 | 1010010 |
Color Harmonies of #F3E6AD
Complementary color
Monochromatic Colors of #F3E6AD
Black with #F3E6AD
Text Example
Text Example
White with #F3E6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E6AD; }
p { color: rgb(243,230,173); }
H1.HeaderClassName
{
color: #F3E6AD;
}
.AnyTagClassName
{
color: #F3E6AD;
}
</style>
background-color css
<style>
a { background-color: #F3E6AD; }
a { background-color: rgb(243,230,173); }
div.DivClassName
{
background-color: #F3E6AD;
}
.BgClassName
{
background-color: #F3E6AD;
}
</style>
border-color css
<style>
span { border-color: #F3E6AD; }
span { border-color: rgb(243,230,173); }
td.TdClassName
{
border-color: #F3E6AD;
}
.TagClassName
{
border-color: #F3E6AD;
}
</style>