Shades of Pale Prim #FBFAA1
Tints of Pale Prim #FBFAA1
RGB
CMYK
RGB Variations
Color information
#FBFAA1 (or 0xFBFAA1) is known color: Pale Prim. HEX triplet: FB, FA and A1. RGB value is (251,250,161). Sum of RGB (Red+Green+Blue) = 251+250+161=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 161 (63.28% from 255 or 24.32% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAA1 is #04055E. Grayscale: #F0F0F0. Windows color (decimal): -263519 or 10615547. OLE color: 10615547.
HSL color Cylindrical-coordinate representation of color #FBFAA1: hue angle of 59.33º 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 #FBFAA1 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 161 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.02 |
| HSL | 59.33º | 0.92% | 0.81% | - |
| HSV(B) | 59.33º | 0.36% | 0.98% | - |
| XYZ | 80.4 | 91.45 | 47.13 | - |
| YUV | 240.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 161 | 0 | 0.00 | 0.36 | 0.02 | 59.33 | 0.92 | 0.81 |
| Hex | FB | FA | A1 | 0 | 0 | 24 | 2 | 3B | 5C | 51 |
| Octal | 373 | 372 | 241 | 0 | 0 | 44 | 2 | 73 | 134 | 121 |
| Binary | 11111011 | 11111010 | 10100001 | 0 | 0 | 100100 | 10 | 111011 | 1011100 | 1010001 |
Color Harmonies of #FBFAA1
Complementary color
Monochromatic Colors of #FBFAA1
Black with #FBFAA1
Text Example
Text Example
White with #FBFAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAA1; }
p { color: rgb(251,250,161); }
H1.HeaderClassName
{
color: #FBFAA1;
}
.AnyTagClassName
{
color: #FBFAA1;
}
</style>
background-color css
<style>
a { background-color: #FBFAA1; }
a { background-color: rgb(251,250,161); }
div.DivClassName
{
background-color: #FBFAA1;
}
.BgClassName
{
background-color: #FBFAA1;
}
</style>
border-color css
<style>
span { border-color: #FBFAA1; }
span { border-color: rgb(251,250,161); }
td.TdClassName
{
border-color: #FBFAA1;
}
.TagClassName
{
border-color: #FBFAA1;
}
</style>