Shades of Pale Prim #FBF4A4
Tints of Pale Prim #FBF4A4
RGB
CMYK
RGB Variations
Color information
#FBF4A4 (or 0xFBF4A4) is known color: Pale Prim. HEX triplet: FB, F4 and A4. RGB value is (251,244,164). Sum of RGB (Red+Green+Blue) = 251+244+164=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 164 (64.45% from 255 or 24.89% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF4A4 is #040B5B. Grayscale: #EDEDED. Windows color (decimal): -265052 or 10810619. OLE color: 10810619.
HSL color Cylindrical-coordinate representation of color #FBF4A4: hue angle of 55.17º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBF4A4 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 164 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.02 |
| HSL | 55.17º | 0.92% | 0.81% | - |
| HSV(B) | 55.17º | 0.35% | 0.98% | - |
| XYZ | 78.84 | 87.89 | 47.93 | - |
| YUV | 236.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 164 | 0 | 0.03 | 0.35 | 0.02 | 55.17 | 0.92 | 0.81 |
| Hex | FB | F4 | A4 | 0 | 3 | 23 | 2 | 37 | 5C | 51 |
| Octal | 373 | 364 | 244 | 0 | 3 | 43 | 2 | 67 | 134 | 121 |
| Binary | 11111011 | 11110100 | 10100100 | 0 | 11 | 100011 | 10 | 110111 | 1011100 | 1010001 |
Color Harmonies of #FBF4A4
Complementary color
Monochromatic Colors of #FBF4A4
Black with #FBF4A4
Text Example
Text Example
White with #FBF4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF4A4; }
p { color: rgb(251,244,164); }
H1.HeaderClassName
{
color: #FBF4A4;
}
.AnyTagClassName
{
color: #FBF4A4;
}
</style>
background-color css
<style>
a { background-color: #FBF4A4; }
a { background-color: rgb(251,244,164); }
div.DivClassName
{
background-color: #FBF4A4;
}
.BgClassName
{
background-color: #FBF4A4;
}
</style>
border-color css
<style>
span { border-color: #FBF4A4; }
span { border-color: rgb(251,244,164); }
td.TdClassName
{
border-color: #FBF4A4;
}
.TagClassName
{
border-color: #FBF4A4;
}
</style>