Shades of Pale Prim #FAF49D
Tints of Pale Prim #FAF49D
RGB
CMYK
RGB Variations
Color information
#FAF49D (or 0xFAF49D) is known color: Pale Prim. HEX triplet: FA, F4 and 9D. RGB value is (250,244,157). Sum of RGB (Red+Green+Blue) = 250+244+157=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 244 (95.70% from 255 or 37.48% from 651); Blue value is 157 (61.72% from 255 or 24.12% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF49D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF49D is #050B62. Grayscale: #ECECEC. Windows color (decimal): -330595 or 10351866. OLE color: 10351866.
HSL color Cylindrical-coordinate representation of color #FAF49D: hue angle of 56.13º 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 #FAF49D is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 157 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.02 |
| HSL | 56.13º | 0.9% | 0.8% | - |
| HSV(B) | 56.13º | 0.37% | 0.98% | - |
| XYZ | 77.86 | 87.46 | 44.68 | - |
| YUV | 235.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 157 | 0 | 0.02 | 0.37 | 0.02 | 56.13 | 0.9 | 0.8 |
| Hex | FA | F4 | 9D | 0 | 2 | 25 | 2 | 38 | 5A | 50 |
| Octal | 372 | 364 | 235 | 0 | 2 | 45 | 2 | 70 | 132 | 120 |
| Binary | 11111010 | 11110100 | 10011101 | 0 | 10 | 100101 | 10 | 111000 | 1011010 | 1010000 |
Color Harmonies of #FAF49D
Complementary color
Monochromatic Colors of #FAF49D
Black with #FAF49D
Text Example
Text Example
White with #FAF49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF49D; }
p { color: rgb(250,244,157); }
H1.HeaderClassName
{
color: #FAF49D;
}
.AnyTagClassName
{
color: #FAF49D;
}
</style>
background-color css
<style>
a { background-color: #FAF49D; }
a { background-color: rgb(250,244,157); }
div.DivClassName
{
background-color: #FAF49D;
}
.BgClassName
{
background-color: #FAF49D;
}
</style>
border-color css
<style>
span { border-color: #FAF49D; }
span { border-color: rgb(250,244,157); }
td.TdClassName
{
border-color: #FAF49D;
}
.TagClassName
{
border-color: #FAF49D;
}
</style>