Shades of Pale Goldenrod #F2EAB3
Tints of Pale Goldenrod #F2EAB3
RGB
CMYK
RGB Variations
Color information
#F2EAB3 (or 0xF2EAB3) is known color: Pale Goldenrod. HEX triplet: F2, EA and B3. RGB value is (242,234,179). Sum of RGB (Red+Green+Blue) = 242+234+179=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 179 (70.31% from 255 or 27.33% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAB3 is #0D154C. Grayscale: #E6E6E6. Windows color (decimal): -857421 or 11791090. OLE color: 11791090.
HSL color Cylindrical-coordinate representation of color #F2EAB3: hue angle of 52.38º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2EAB3 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 179 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.05 |
| HSL | 52.38º | 0.71% | 0.83% | - |
| HSV(B) | 52.38º | 0.26% | 0.95% | - |
| XYZ | 74.18 | 80.98 | 54.37 | - |
| YUV | 230.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 179 | 0 | 0.03 | 0.26 | 0.05 | 52.38 | 0.71 | 0.83 |
| Hex | F2 | EA | B3 | 0 | 3 | 1A | 5 | 34 | 47 | 53 |
| Octal | 362 | 352 | 263 | 0 | 3 | 32 | 5 | 64 | 107 | 123 |
| Binary | 11110010 | 11101010 | 10110011 | 0 | 11 | 11010 | 101 | 110100 | 1000111 | 1010011 |
Color Harmonies of #F2EAB3
Complementary color
Monochromatic Colors of #F2EAB3
Black with #F2EAB3
Text Example
Text Example
White with #F2EAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAB3; }
p { color: rgb(242,234,179); }
H1.HeaderClassName
{
color: #F2EAB3;
}
.AnyTagClassName
{
color: #F2EAB3;
}
</style>
background-color css
<style>
a { background-color: #F2EAB3; }
a { background-color: rgb(242,234,179); }
div.DivClassName
{
background-color: #F2EAB3;
}
.BgClassName
{
background-color: #F2EAB3;
}
</style>
border-color css
<style>
span { border-color: #F2EAB3; }
span { border-color: rgb(242,234,179); }
td.TdClassName
{
border-color: #F2EAB3;
}
.TagClassName
{
border-color: #F2EAB3;
}
</style>