Shades of Pale Prim #FAF99C
Tints of Pale Prim #FAF99C
RGB
CMYK
RGB Variations
Color information
#FAF99C (or 0xFAF99C) is known color: Pale Prim. HEX triplet: FA, F9 and 9C. RGB value is (250,249,156). Sum of RGB (Red+Green+Blue) = 250+249+156=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 156 (61.33% from 255 or 23.82% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF99C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF99C is #050663. Grayscale: #EFEFEF. Windows color (decimal): -329316 or 10287610. OLE color: 10287610.
HSL color Cylindrical-coordinate representation of color #FAF99C: hue angle of 59.36º 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 #FAF99C is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 156 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.02 |
| HSL | 59.36º | 0.9% | 0.8% | - |
| HSV(B) | 59.36º | 0.38% | 0.98% | - |
| XYZ | 79.3 | 90.48 | 44.74 | - |
| YUV | 238.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 156 | 0 | 0.00 | 0.38 | 0.02 | 59.36 | 0.9 | 0.8 |
| Hex | FA | F9 | 9C | 0 | 0 | 26 | 2 | 3B | 5A | 50 |
| Octal | 372 | 371 | 234 | 0 | 0 | 46 | 2 | 73 | 132 | 120 |
| Binary | 11111010 | 11111001 | 10011100 | 0 | 0 | 100110 | 10 | 111011 | 1011010 | 1010000 |
Color Harmonies of #FAF99C
Complementary color
Monochromatic Colors of #FAF99C
Black with #FAF99C
Text Example
Text Example
White with #FAF99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF99C; }
p { color: rgb(250,249,156); }
H1.HeaderClassName
{
color: #FAF99C;
}
.AnyTagClassName
{
color: #FAF99C;
}
</style>
background-color css
<style>
a { background-color: #FAF99C; }
a { background-color: rgb(250,249,156); }
div.DivClassName
{
background-color: #FAF99C;
}
.BgClassName
{
background-color: #FAF99C;
}
</style>
border-color css
<style>
span { border-color: #FAF99C; }
span { border-color: rgb(250,249,156); }
td.TdClassName
{
border-color: #FAF99C;
}
.TagClassName
{
border-color: #FAF99C;
}
</style>