Shades of Pale Prim #FBF29C
Tints of Pale Prim #FBF29C
RGB
CMYK
RGB Variations
Color information
#FBF29C (or 0xFBF29C) is known color: Pale Prim. HEX triplet: FB, F2 and 9C. RGB value is (251,242,156). Sum of RGB (Red+Green+Blue) = 251+242+156=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 156 (61.33% from 255 or 24.04% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF29C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF29C is #040D63. Grayscale: #EBEBEB. Windows color (decimal): -265572 or 10285819. OLE color: 10285819.
HSL color Cylindrical-coordinate representation of color #FBF29C: hue angle of 54.32º 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 #FBF29C is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 156 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.02 |
| HSL | 54.32º | 0.92% | 0.8% | - |
| HSV(B) | 54.32º | 0.38% | 0.98% | - |
| XYZ | 77.54 | 86.41 | 44.05 | - |
| YUV | 234.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 156 | 0 | 0.04 | 0.38 | 0.02 | 54.32 | 0.92 | 0.8 |
| Hex | FB | F2 | 9C | 0 | 4 | 26 | 2 | 36 | 5C | 50 |
| Octal | 373 | 362 | 234 | 0 | 4 | 46 | 2 | 66 | 134 | 120 |
| Binary | 11111011 | 11110010 | 10011100 | 0 | 100 | 100110 | 10 | 110110 | 1011100 | 1010000 |
Color Harmonies of #FBF29C
Complementary color
Monochromatic Colors of #FBF29C
Black with #FBF29C
Text Example
Text Example
White with #FBF29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF29C; }
p { color: rgb(251,242,156); }
H1.HeaderClassName
{
color: #FBF29C;
}
.AnyTagClassName
{
color: #FBF29C;
}
</style>
background-color css
<style>
a { background-color: #FBF29C; }
a { background-color: rgb(251,242,156); }
div.DivClassName
{
background-color: #FBF29C;
}
.BgClassName
{
background-color: #FBF29C;
}
</style>
border-color css
<style>
span { border-color: #FBF29C; }
span { border-color: rgb(251,242,156); }
td.TdClassName
{
border-color: #FBF29C;
}
.TagClassName
{
border-color: #FBF29C;
}
</style>