Shades of Pale Prim #FBF99C
Tints of Pale Prim #FBF99C
RGB
CMYK
RGB Variations
Color information
#FBF99C (or 0xFBF99C) is known color: Pale Prim. HEX triplet: FB, F9 and 9C. RGB value is (251,249,156). Sum of RGB (Red+Green+Blue) = 251+249+156=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 156 (61.33% from 255 or 23.78% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF99C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF99C is #040663. Grayscale: #EFEFEF. Windows color (decimal): -263780 or 10287611. OLE color: 10287611.
HSL color Cylindrical-coordinate representation of color #FBF99C: hue angle of 58.74º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBF99C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 249 | 156 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.02 |
| HSL | 58.74º | 0.92% | 0.8% | - |
| HSV(B) | 58.74º | 0.38% | 0.98% | - |
| XYZ | 79.66 | 90.66 | 44.75 | - |
| YUV | 239 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 249 | 156 | 0 | 0.01 | 0.38 | 0.02 | 58.74 | 0.92 | 0.8 |
| Hex | FB | F9 | 9C | 0 | 1 | 26 | 2 | 3B | 5C | 50 |
| Octal | 373 | 371 | 234 | 0 | 1 | 46 | 2 | 73 | 134 | 120 |
| Binary | 11111011 | 11111001 | 10011100 | 0 | 1 | 100110 | 10 | 111011 | 1011100 | 1010000 |
Color Harmonies of #FBF99C
Complementary color
Monochromatic Colors of #FBF99C
Black with #FBF99C
Text Example
Text Example
White with #FBF99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF99C; }
p { color: rgb(251,249,156); }
H1.HeaderClassName
{
color: #FBF99C;
}
.AnyTagClassName
{
color: #FBF99C;
}
</style>
background-color css
<style>
a { background-color: #FBF99C; }
a { background-color: rgb(251,249,156); }
div.DivClassName
{
background-color: #FBF99C;
}
.BgClassName
{
background-color: #FBF99C;
}
</style>
border-color css
<style>
span { border-color: #FBF99C; }
span { border-color: rgb(251,249,156); }
td.TdClassName
{
border-color: #FBF99C;
}
.TagClassName
{
border-color: #FBF99C;
}
</style>