Shades of Pale Prim #FAF29D
Tints of Pale Prim #FAF29D
RGB
CMYK
RGB Variations
Color information
#FAF29D (or 0xFAF29D) is known color: Pale Prim. HEX triplet: FA, F2 and 9D. RGB value is (250,242,157). Sum of RGB (Red+Green+Blue) = 250+242+157=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 157 (61.72% from 255 or 24.19% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF29D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF29D is #050D62. Grayscale: #EBEBEB. Windows color (decimal): -331107 or 10351354. OLE color: 10351354.
HSL color Cylindrical-coordinate representation of color #FAF29D: hue angle of 54.84º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAF29D is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 157 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.02 |
| HSL | 54.84º | 0.9% | 0.8% | - |
| HSV(B) | 54.84º | 0.37% | 0.98% | - |
| XYZ | 77.26 | 86.26 | 44.48 | - |
| YUV | 234.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 157 | 0 | 0.03 | 0.37 | 0.02 | 54.84 | 0.9 | 0.8 |
| Hex | FA | F2 | 9D | 0 | 3 | 25 | 2 | 37 | 5A | 50 |
| Octal | 372 | 362 | 235 | 0 | 3 | 45 | 2 | 67 | 132 | 120 |
| Binary | 11111010 | 11110010 | 10011101 | 0 | 11 | 100101 | 10 | 110111 | 1011010 | 1010000 |
Color Harmonies of #FAF29D
Complementary color
Monochromatic Colors of #FAF29D
Black with #FAF29D
Text Example
Text Example
White with #FAF29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF29D; }
p { color: rgb(250,242,157); }
H1.HeaderClassName
{
color: #FAF29D;
}
.AnyTagClassName
{
color: #FAF29D;
}
</style>
background-color css
<style>
a { background-color: #FAF29D; }
a { background-color: rgb(250,242,157); }
div.DivClassName
{
background-color: #FAF29D;
}
.BgClassName
{
background-color: #FAF29D;
}
</style>
border-color css
<style>
span { border-color: #FAF29D; }
span { border-color: rgb(250,242,157); }
td.TdClassName
{
border-color: #FAF29D;
}
.TagClassName
{
border-color: #FAF29D;
}
</style>