Shades of Pale Prim #FAF19C
Tints of Pale Prim #FAF19C
RGB
CMYK
RGB Variations
Color information
#FAF19C (or 0xFAF19C) is known color: Pale Prim. HEX triplet: FA, F1 and 9C. RGB value is (250,241,156). Sum of RGB (Red+Green+Blue) = 250+241+156=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 156 (61.33% from 255 or 24.11% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF19C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF19C is #050E63. Grayscale: #EAEAEA. Windows color (decimal): -331364 or 10285562. OLE color: 10285562.
HSL color Cylindrical-coordinate representation of color #FAF19C: hue angle of 54.26º 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 #FAF19C is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 156 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.02 |
| HSL | 54.26º | 0.9% | 0.8% | - |
| HSV(B) | 54.26º | 0.38% | 0.98% | - |
| XYZ | 76.88 | 85.63 | 43.93 | - |
| YUV | 234 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 156 | 0 | 0.04 | 0.38 | 0.02 | 54.26 | 0.9 | 0.8 |
| Hex | FA | F1 | 9C | 0 | 4 | 26 | 2 | 36 | 5A | 50 |
| Octal | 372 | 361 | 234 | 0 | 4 | 46 | 2 | 66 | 132 | 120 |
| Binary | 11111010 | 11110001 | 10011100 | 0 | 100 | 100110 | 10 | 110110 | 1011010 | 1010000 |
Color Harmonies of #FAF19C
Complementary color
Monochromatic Colors of #FAF19C
Black with #FAF19C
Text Example
Text Example
White with #FAF19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF19C; }
p { color: rgb(250,241,156); }
H1.HeaderClassName
{
color: #FAF19C;
}
.AnyTagClassName
{
color: #FAF19C;
}
</style>
background-color css
<style>
a { background-color: #FAF19C; }
a { background-color: rgb(250,241,156); }
div.DivClassName
{
background-color: #FAF19C;
}
.BgClassName
{
background-color: #FAF19C;
}
</style>
border-color css
<style>
span { border-color: #FAF19C; }
span { border-color: rgb(250,241,156); }
td.TdClassName
{
border-color: #FAF19C;
}
.TagClassName
{
border-color: #FAF19C;
}
</style>