Shades of Pale Prim #FBF1A0
Tints of Pale Prim #FBF1A0
RGB
CMYK
RGB Variations
Color information
#FBF1A0 (or 0xFBF1A0) is known color: Pale Prim. HEX triplet: FB, F1 and A0. RGB value is (251,241,160). Sum of RGB (Red+Green+Blue) = 251+241+160=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 160 (62.89% from 255 or 24.54% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF1A0 is #040E5F. Grayscale: #EBEBEB. Windows color (decimal): -265824 or 10547707. OLE color: 10547707.
HSL color Cylindrical-coordinate representation of color #FBF1A0: hue angle of 53.41º 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 #FBF1A0 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 160 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.02 |
| HSL | 53.41º | 0.92% | 0.81% | - |
| HSV(B) | 53.41º | 0.36% | 0.98% | - |
| XYZ | 77.58 | 85.96 | 45.76 | - |
| YUV | 234.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 160 | 0 | 0.04 | 0.36 | 0.02 | 53.41 | 0.92 | 0.81 |
| Hex | FB | F1 | A0 | 0 | 4 | 24 | 2 | 35 | 5C | 51 |
| Octal | 373 | 361 | 240 | 0 | 4 | 44 | 2 | 65 | 134 | 121 |
| Binary | 11111011 | 11110001 | 10100000 | 0 | 100 | 100100 | 10 | 110101 | 1011100 | 1010001 |
Color Harmonies of #FBF1A0
Complementary color
Monochromatic Colors of #FBF1A0
Black with #FBF1A0
Text Example
Text Example
White with #FBF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF1A0; }
p { color: rgb(251,241,160); }
H1.HeaderClassName
{
color: #FBF1A0;
}
.AnyTagClassName
{
color: #FBF1A0;
}
</style>
background-color css
<style>
a { background-color: #FBF1A0; }
a { background-color: rgb(251,241,160); }
div.DivClassName
{
background-color: #FBF1A0;
}
.BgClassName
{
background-color: #FBF1A0;
}
</style>
border-color css
<style>
span { border-color: #FBF1A0; }
span { border-color: rgb(251,241,160); }
td.TdClassName
{
border-color: #FBF1A0;
}
.TagClassName
{
border-color: #FBF1A0;
}
</style>