Shades of Pale Goldenrod #F2EBB2
Tints of Pale Goldenrod #F2EBB2
RGB
CMYK
RGB Variations
Color information
#F2EBB2 (or 0xF2EBB2) is known color: Pale Goldenrod. HEX triplet: F2, EB and B2. RGB value is (242,235,178). Sum of RGB (Red+Green+Blue) = 242+235+178=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 178 (69.92% from 255 or 27.18% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EBB2 is #0D144D. Grayscale: #E6E6E6. Windows color (decimal): -857166 or 11725810. OLE color: 11725810.
HSL color Cylindrical-coordinate representation of color #F2EBB2: hue angle of 53.44º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2EBB2 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 178 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.05 |
| HSL | 53.44º | 0.71% | 0.82% | - |
| HSV(B) | 53.44º | 0.26% | 0.95% | - |
| XYZ | 74.36 | 81.51 | 53.93 | - |
| YUV | 230.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 178 | 0 | 0.03 | 0.26 | 0.05 | 53.44 | 0.71 | 0.82 |
| Hex | F2 | EB | B2 | 0 | 3 | 1A | 5 | 35 | 47 | 52 |
| Octal | 362 | 353 | 262 | 0 | 3 | 32 | 5 | 65 | 107 | 122 |
| Binary | 11110010 | 11101011 | 10110010 | 0 | 11 | 11010 | 101 | 110101 | 1000111 | 1010010 |
Color Harmonies of #F2EBB2
Complementary color
Monochromatic Colors of #F2EBB2
Black with #F2EBB2
Text Example
Text Example
White with #F2EBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBB2; }
p { color: rgb(242,235,178); }
H1.HeaderClassName
{
color: #F2EBB2;
}
.AnyTagClassName
{
color: #F2EBB2;
}
</style>
background-color css
<style>
a { background-color: #F2EBB2; }
a { background-color: rgb(242,235,178); }
div.DivClassName
{
background-color: #F2EBB2;
}
.BgClassName
{
background-color: #F2EBB2;
}
</style>
border-color css
<style>
span { border-color: #F2EBB2; }
span { border-color: rgb(242,235,178); }
td.TdClassName
{
border-color: #F2EBB2;
}
.TagClassName
{
border-color: #F2EBB2;
}
</style>