Shades of Pale Prim #FBF89D
Tints of Pale Prim #FBF89D
RGB
CMYK
RGB Variations
Color information
#FBF89D (or 0xFBF89D) is known color: Pale Prim. HEX triplet: FB, F8 and 9D. RGB value is (251,248,157). Sum of RGB (Red+Green+Blue) = 251+248+157=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 157 (61.72% from 255 or 23.93% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF89D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF89D is #040762. Grayscale: #EEEEEE. Windows color (decimal): -264035 or 10352891. OLE color: 10352891.
HSL color Cylindrical-coordinate representation of color #FBF89D: hue angle of 58.09º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBF89D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 157 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.02 |
| HSL | 58.09º | 0.92% | 0.8% | - |
| HSV(B) | 58.09º | 0.37% | 0.98% | - |
| XYZ | 79.44 | 90.08 | 45.1 | - |
| YUV | 238.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 157 | 0 | 0.01 | 0.37 | 0.02 | 58.09 | 0.92 | 0.8 |
| Hex | FB | F8 | 9D | 0 | 1 | 25 | 2 | 3A | 5C | 50 |
| Octal | 373 | 370 | 235 | 0 | 1 | 45 | 2 | 72 | 134 | 120 |
| Binary | 11111011 | 11111000 | 10011101 | 0 | 1 | 100101 | 10 | 111010 | 1011100 | 1010000 |
Color Harmonies of #FBF89D
Complementary color
Monochromatic Colors of #FBF89D
Black with #FBF89D
Text Example
Text Example
White with #FBF89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF89D; }
p { color: rgb(251,248,157); }
H1.HeaderClassName
{
color: #FBF89D;
}
.AnyTagClassName
{
color: #FBF89D;
}
</style>
background-color css
<style>
a { background-color: #FBF89D; }
a { background-color: rgb(251,248,157); }
div.DivClassName
{
background-color: #FBF89D;
}
.BgClassName
{
background-color: #FBF89D;
}
</style>
border-color css
<style>
span { border-color: #FBF89D; }
span { border-color: rgb(251,248,157); }
td.TdClassName
{
border-color: #FBF89D;
}
.TagClassName
{
border-color: #FBF89D;
}
</style>