Shades of Pale Prim #FAF49C
Tints of Pale Prim #FAF49C
RGB
CMYK
RGB Variations
Color information
#FAF49C (or 0xFAF49C) is known color: Pale Prim. HEX triplet: FA, F4 and 9C. RGB value is (250,244,156). Sum of RGB (Red+Green+Blue) = 250+244+156=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 156 (61.33% from 255 or 24% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF49C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF49C is #050B63. Grayscale: #ECECEC. Windows color (decimal): -330596 or 10286330. OLE color: 10286330.
HSL color Cylindrical-coordinate representation of color #FAF49C: hue angle of 56.17º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAF49C is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 156 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.02 |
| HSL | 56.17º | 0.9% | 0.8% | - |
| HSV(B) | 56.17º | 0.38% | 0.98% | - |
| XYZ | 77.78 | 87.43 | 44.23 | - |
| YUV | 235.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 156 | 0 | 0.02 | 0.38 | 0.02 | 56.17 | 0.9 | 0.8 |
| Hex | FA | F4 | 9C | 0 | 2 | 26 | 2 | 38 | 5A | 50 |
| Octal | 372 | 364 | 234 | 0 | 2 | 46 | 2 | 70 | 132 | 120 |
| Binary | 11111010 | 11110100 | 10011100 | 0 | 10 | 100110 | 10 | 111000 | 1011010 | 1010000 |
Color Harmonies of #FAF49C
Complementary color
Monochromatic Colors of #FAF49C
Black with #FAF49C
Text Example
Text Example
White with #FAF49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF49C; }
p { color: rgb(250,244,156); }
H1.HeaderClassName
{
color: #FAF49C;
}
.AnyTagClassName
{
color: #FAF49C;
}
</style>
background-color css
<style>
a { background-color: #FAF49C; }
a { background-color: rgb(250,244,156); }
div.DivClassName
{
background-color: #FAF49C;
}
.BgClassName
{
background-color: #FAF49C;
}
</style>
border-color css
<style>
span { border-color: #FAF49C; }
span { border-color: rgb(250,244,156); }
td.TdClassName
{
border-color: #FAF49C;
}
.TagClassName
{
border-color: #FAF49C;
}
</style>