Shades of Pale Prim #FAF89C
Tints of Pale Prim #FAF89C
RGB
CMYK
RGB Variations
Color information
#FAF89C (or 0xFAF89C) is known color: Pale Prim. HEX triplet: FA, F8 and 9C. RGB value is (250,248,156). Sum of RGB (Red+Green+Blue) = 250+248+156=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 156 (61.33% from 255 or 23.85% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF89C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF89C is #050763. Grayscale: #EEEEEE. Windows color (decimal): -329572 or 10287354. OLE color: 10287354.
HSL color Cylindrical-coordinate representation of color #FAF89C: hue angle of 58.72º 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 #FAF89C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 156 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.02 |
| HSL | 58.72º | 0.9% | 0.8% | - |
| HSV(B) | 58.72º | 0.38% | 0.98% | - |
| XYZ | 78.99 | 89.86 | 44.63 | - |
| YUV | 238.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 156 | 0 | 0.01 | 0.38 | 0.02 | 58.72 | 0.9 | 0.8 |
| Hex | FA | F8 | 9C | 0 | 1 | 26 | 2 | 3B | 5A | 50 |
| Octal | 372 | 370 | 234 | 0 | 1 | 46 | 2 | 73 | 132 | 120 |
| Binary | 11111010 | 11111000 | 10011100 | 0 | 1 | 100110 | 10 | 111011 | 1011010 | 1010000 |
Color Harmonies of #FAF89C
Complementary color
Monochromatic Colors of #FAF89C
Black with #FAF89C
Text Example
Text Example
White with #FAF89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF89C; }
p { color: rgb(250,248,156); }
H1.HeaderClassName
{
color: #FAF89C;
}
.AnyTagClassName
{
color: #FAF89C;
}
</style>
background-color css
<style>
a { background-color: #FAF89C; }
a { background-color: rgb(250,248,156); }
div.DivClassName
{
background-color: #FAF89C;
}
.BgClassName
{
background-color: #FAF89C;
}
</style>
border-color css
<style>
span { border-color: #FAF89C; }
span { border-color: rgb(250,248,156); }
td.TdClassName
{
border-color: #FAF89C;
}
.TagClassName
{
border-color: #FAF89C;
}
</style>