Shades of Pale Prim #FAF49E
Tints of Pale Prim #FAF49E
RGB
CMYK
RGB Variations
Color information
#FAF49E (or 0xFAF49E) is known color: Pale Prim. HEX triplet: FA, F4 and 9E. RGB value is (250,244,158). Sum of RGB (Red+Green+Blue) = 250+244+158=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 158 (62.11% from 255 or 24.23% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF49E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF49E is #050B61. Grayscale: #ECECEC. Windows color (decimal): -330594 or 10417402. OLE color: 10417402.
HSL color Cylindrical-coordinate representation of color #FAF49E: hue angle of 56.09º 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 #FAF49E is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 158 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.02 |
| HSL | 56.09º | 0.9% | 0.8% | - |
| HSV(B) | 56.09º | 0.37% | 0.98% | - |
| XYZ | 77.95 | 87.49 | 45.13 | - |
| YUV | 235.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 158 | 0 | 0.02 | 0.37 | 0.02 | 56.09 | 0.9 | 0.8 |
| Hex | FA | F4 | 9E | 0 | 2 | 25 | 2 | 38 | 5A | 50 |
| Octal | 372 | 364 | 236 | 0 | 2 | 45 | 2 | 70 | 132 | 120 |
| Binary | 11111010 | 11110100 | 10011110 | 0 | 10 | 100101 | 10 | 111000 | 1011010 | 1010000 |
Color Harmonies of #FAF49E
Complementary color
Monochromatic Colors of #FAF49E
Black with #FAF49E
Text Example
Text Example
White with #FAF49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF49E; }
p { color: rgb(250,244,158); }
H1.HeaderClassName
{
color: #FAF49E;
}
.AnyTagClassName
{
color: #FAF49E;
}
</style>
background-color css
<style>
a { background-color: #FAF49E; }
a { background-color: rgb(250,244,158); }
div.DivClassName
{
background-color: #FAF49E;
}
.BgClassName
{
background-color: #FAF49E;
}
</style>
border-color css
<style>
span { border-color: #FAF49E; }
span { border-color: rgb(250,244,158); }
td.TdClassName
{
border-color: #FAF49E;
}
.TagClassName
{
border-color: #FAF49E;
}
</style>