Shades of Pale Prim #FAF99D
Tints of Pale Prim #FAF99D
RGB
CMYK
RGB Variations
Color information
#FAF99D (or 0xFAF99D) is known color: Pale Prim. HEX triplet: FA, F9 and 9D. RGB value is (250,249,157). Sum of RGB (Red+Green+Blue) = 250+249+157=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 157 (61.72% from 255 or 23.93% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF99D is #050662. Grayscale: #EFEFEF. Windows color (decimal): -329315 or 10353146. OLE color: 10353146.
HSL color Cylindrical-coordinate representation of color #FAF99D: hue angle of 59.35º 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 #FAF99D is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 157 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.02 |
| HSL | 59.35º | 0.9% | 0.8% | - |
| HSV(B) | 59.35º | 0.37% | 0.98% | - |
| XYZ | 79.39 | 90.51 | 45.18 | - |
| YUV | 238.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 157 | 0 | 0.00 | 0.37 | 0.02 | 59.35 | 0.9 | 0.8 |
| Hex | FA | F9 | 9D | 0 | 0 | 25 | 2 | 3B | 5A | 50 |
| Octal | 372 | 371 | 235 | 0 | 0 | 45 | 2 | 73 | 132 | 120 |
| Binary | 11111010 | 11111001 | 10011101 | 0 | 0 | 100101 | 10 | 111011 | 1011010 | 1010000 |
Color Harmonies of #FAF99D
Complementary color
Monochromatic Colors of #FAF99D
Black with #FAF99D
Text Example
Text Example
White with #FAF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF99D; }
p { color: rgb(250,249,157); }
H1.HeaderClassName
{
color: #FAF99D;
}
.AnyTagClassName
{
color: #FAF99D;
}
</style>
background-color css
<style>
a { background-color: #FAF99D; }
a { background-color: rgb(250,249,157); }
div.DivClassName
{
background-color: #FAF99D;
}
.BgClassName
{
background-color: #FAF99D;
}
</style>
border-color css
<style>
span { border-color: #FAF99D; }
span { border-color: rgb(250,249,157); }
td.TdClassName
{
border-color: #FAF99D;
}
.TagClassName
{
border-color: #FAF99D;
}
</style>