Shades of Pale Prim #FAF89B
Tints of Pale Prim #FAF89B
RGB
CMYK
RGB Variations
Color information
#FAF89B (or 0xFAF89B) is known color: Pale Prim. HEX triplet: FA, F8 and 9B. RGB value is (250,248,155). Sum of RGB (Red+Green+Blue) = 250+248+155=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 155 (60.94% from 255 or 23.74% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF89B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF89B is #050764. Grayscale: #EEEEEE. Windows color (decimal): -329573 or 10221818. OLE color: 10221818.
HSL color Cylindrical-coordinate representation of color #FAF89B: hue angle of 58.74º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAF89B is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 155 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.02 |
| HSL | 58.74º | 0.9% | 0.79% | - |
| HSV(B) | 58.74º | 0.38% | 0.98% | - |
| XYZ | 78.91 | 89.83 | 44.19 | - |
| YUV | 238 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 155 | 0 | 0.01 | 0.38 | 0.02 | 58.74 | 0.9 | 0.79 |
| Hex | FA | F8 | 9B | 0 | 1 | 26 | 2 | 3B | 5A | 4F |
| Octal | 372 | 370 | 233 | 0 | 1 | 46 | 2 | 73 | 132 | 117 |
| Binary | 11111010 | 11111000 | 10011011 | 0 | 1 | 100110 | 10 | 111011 | 1011010 | 1001111 |
Color Harmonies of #FAF89B
Complementary color
Monochromatic Colors of #FAF89B
Black with #FAF89B
Text Example
Text Example
White with #FAF89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF89B; }
p { color: rgb(250,248,155); }
H1.HeaderClassName
{
color: #FAF89B;
}
.AnyTagClassName
{
color: #FAF89B;
}
</style>
background-color css
<style>
a { background-color: #FAF89B; }
a { background-color: rgb(250,248,155); }
div.DivClassName
{
background-color: #FAF89B;
}
.BgClassName
{
background-color: #FAF89B;
}
</style>
border-color css
<style>
span { border-color: #FAF89B; }
span { border-color: rgb(250,248,155); }
td.TdClassName
{
border-color: #FAF89B;
}
.TagClassName
{
border-color: #FAF89B;
}
</style>