Shades of Pale Goldenrod #F2EAB6
Tints of Pale Goldenrod #F2EAB6
RGB
CMYK
RGB Variations
Color information
#F2EAB6 (or 0xF2EAB6) is known color: Pale Goldenrod. HEX triplet: F2, EA and B6. RGB value is (242,234,182). Sum of RGB (Red+Green+Blue) = 242+234+182=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 182 (71.48% from 255 or 27.66% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAB6 is #0D1549. Grayscale: #E6E6E6. Windows color (decimal): -857418 or 11987698. OLE color: 11987698.
HSL color Cylindrical-coordinate representation of color #F2EAB6: hue angle of 52º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2EAB6 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 182 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.05 |
| HSL | 52º | 0.7% | 0.83% | - |
| HSV(B) | 52º | 0.25% | 0.95% | - |
| XYZ | 74.48 | 81.1 | 55.98 | - |
| YUV | 230.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 182 | 0 | 0.03 | 0.25 | 0.05 | 52 | 0.7 | 0.83 |
| Hex | F2 | EA | B6 | 0 | 3 | 19 | 5 | 34 | 46 | 53 |
| Octal | 362 | 352 | 266 | 0 | 3 | 31 | 5 | 64 | 106 | 123 |
| Binary | 11110010 | 11101010 | 10110110 | 0 | 11 | 11001 | 101 | 110100 | 1000110 | 1010011 |
Color Harmonies of #F2EAB6
Complementary color
Monochromatic Colors of #F2EAB6
Black with #F2EAB6
Text Example
Text Example
White with #F2EAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAB6; }
p { color: rgb(242,234,182); }
H1.HeaderClassName
{
color: #F2EAB6;
}
.AnyTagClassName
{
color: #F2EAB6;
}
</style>
background-color css
<style>
a { background-color: #F2EAB6; }
a { background-color: rgb(242,234,182); }
div.DivClassName
{
background-color: #F2EAB6;
}
.BgClassName
{
background-color: #F2EAB6;
}
</style>
border-color css
<style>
span { border-color: #F2EAB6; }
span { border-color: rgb(242,234,182); }
td.TdClassName
{
border-color: #F2EAB6;
}
.TagClassName
{
border-color: #F2EAB6;
}
</style>