Shades of Pale Goldenrod #F3EDAD
Tints of Pale Goldenrod #F3EDAD
RGB
CMYK
RGB Variations
Color information
#F3EDAD (or 0xF3EDAD) is known color: Pale Goldenrod. HEX triplet: F3, ED and AD. RGB value is (243,237,173). Sum of RGB (Red+Green+Blue) = 243+237+173=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EDAD is #0C1252. Grayscale: #E7E7E7. Windows color (decimal): -791123 or 11398643. OLE color: 11398643.
HSL color Cylindrical-coordinate representation of color #F3EDAD: hue angle of 54.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 #F3EDAD is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 237 | 173 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.05 |
| HSL | 54.86º | 0.74% | 0.82% | - |
| HSV(B) | 54.86º | 0.29% | 0.95% | - |
| XYZ | 74.79 | 82.64 | 51.54 | - |
| YUV | 231.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 237 | 173 | 0 | 0.02 | 0.29 | 0.05 | 54.86 | 0.74 | 0.82 |
| Hex | F3 | ED | AD | 0 | 2 | 1D | 5 | 37 | 4A | 52 |
| Octal | 363 | 355 | 255 | 0 | 2 | 35 | 5 | 67 | 112 | 122 |
| Binary | 11110011 | 11101101 | 10101101 | 0 | 10 | 11101 | 101 | 110111 | 1001010 | 1010010 |
Color Harmonies of #F3EDAD
Complementary color
Monochromatic Colors of #F3EDAD
Black with #F3EDAD
Text Example
Text Example
White with #F3EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EDAD; }
p { color: rgb(243,237,173); }
H1.HeaderClassName
{
color: #F3EDAD;
}
.AnyTagClassName
{
color: #F3EDAD;
}
</style>
background-color css
<style>
a { background-color: #F3EDAD; }
a { background-color: rgb(243,237,173); }
div.DivClassName
{
background-color: #F3EDAD;
}
.BgClassName
{
background-color: #F3EDAD;
}
</style>
border-color css
<style>
span { border-color: #F3EDAD; }
span { border-color: rgb(243,237,173); }
td.TdClassName
{
border-color: #F3EDAD;
}
.TagClassName
{
border-color: #F3EDAD;
}
</style>