Shades of Pale Prim #FBF9A1
Tints of Pale Prim #FBF9A1
RGB
CMYK
RGB Variations
Color information
#FBF9A1 (or 0xFBF9A1) is known color: Pale Prim. HEX triplet: FB, F9 and A1. RGB value is (251,249,161). Sum of RGB (Red+Green+Blue) = 251+249+161=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 161 (63.28% from 255 or 24.36% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF9A1 is #04065E. Grayscale: #EFEFEF. Windows color (decimal): -263775 or 10615291. OLE color: 10615291.
HSL color Cylindrical-coordinate representation of color #FBF9A1: hue angle of 58.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBF9A1 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 249 | 161 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.02 |
| HSL | 58.67º | 0.92% | 0.81% | - |
| HSV(B) | 58.67º | 0.36% | 0.98% | - |
| XYZ | 80.09 | 90.83 | 47.03 | - |
| YUV | 239.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 249 | 161 | 0 | 0.01 | 0.36 | 0.02 | 58.67 | 0.92 | 0.81 |
| Hex | FB | F9 | A1 | 0 | 1 | 24 | 2 | 3B | 5C | 51 |
| Octal | 373 | 371 | 241 | 0 | 1 | 44 | 2 | 73 | 134 | 121 |
| Binary | 11111011 | 11111001 | 10100001 | 0 | 1 | 100100 | 10 | 111011 | 1011100 | 1010001 |
Color Harmonies of #FBF9A1
Complementary color
Monochromatic Colors of #FBF9A1
Black with #FBF9A1
Text Example
Text Example
White with #FBF9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF9A1; }
p { color: rgb(251,249,161); }
H1.HeaderClassName
{
color: #FBF9A1;
}
.AnyTagClassName
{
color: #FBF9A1;
}
</style>
background-color css
<style>
a { background-color: #FBF9A1; }
a { background-color: rgb(251,249,161); }
div.DivClassName
{
background-color: #FBF9A1;
}
.BgClassName
{
background-color: #FBF9A1;
}
</style>
border-color css
<style>
span { border-color: #FBF9A1; }
span { border-color: rgb(251,249,161); }
td.TdClassName
{
border-color: #FBF9A1;
}
.TagClassName
{
border-color: #FBF9A1;
}
</style>