Shades of Pale Prim #FBF898
Tints of Pale Prim #FBF898
RGB
CMYK
RGB Variations
Color information
#FBF898 (or 0xFBF898) is known color: Pale Prim. HEX triplet: FB, F8 and 98. RGB value is (251,248,152). Sum of RGB (Red+Green+Blue) = 251+248+152=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 152 (59.77% from 255 or 23.35% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF898 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF898 is #040767. Grayscale: #EEEEEE. Windows color (decimal): -264040 or 10025211. OLE color: 10025211.
HSL color Cylindrical-coordinate representation of color #FBF898: hue angle of 58.18º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBF898 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 152 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.02 |
| HSL | 58.18º | 0.93% | 0.79% | - |
| HSV(B) | 58.18º | 0.39% | 0.98% | - |
| XYZ | 79.02 | 89.91 | 42.9 | - |
| YUV | 237.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 152 | 0 | 0.01 | 0.39 | 0.02 | 58.18 | 0.93 | 0.79 |
| Hex | FB | F8 | 98 | 0 | 1 | 27 | 2 | 3A | 5D | 4F |
| Octal | 373 | 370 | 230 | 0 | 1 | 47 | 2 | 72 | 135 | 117 |
| Binary | 11111011 | 11111000 | 10011000 | 0 | 1 | 100111 | 10 | 111010 | 1011101 | 1001111 |
Color Harmonies of #FBF898
Complementary color
Monochromatic Colors of #FBF898
Black with #FBF898
Text Example
Text Example
White with #FBF898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF898; }
p { color: rgb(251,248,152); }
H1.HeaderClassName
{
color: #FBF898;
}
.AnyTagClassName
{
color: #FBF898;
}
</style>
background-color css
<style>
a { background-color: #FBF898; }
a { background-color: rgb(251,248,152); }
div.DivClassName
{
background-color: #FBF898;
}
.BgClassName
{
background-color: #FBF898;
}
</style>
border-color css
<style>
span { border-color: #FBF898; }
span { border-color: rgb(251,248,152); }
td.TdClassName
{
border-color: #FBF898;
}
.TagClassName
{
border-color: #FBF898;
}
</style>