Shades of Pale Prim #FBF0A4
Tints of Pale Prim #FBF0A4
RGB
CMYK
RGB Variations
Color information
#FBF0A4 (or 0xFBF0A4) is known color: Pale Prim. HEX triplet: FB, F0 and A4. RGB value is (251,240,164). Sum of RGB (Red+Green+Blue) = 251+240+164=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 164 (64.45% from 255 or 25.04% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF0A4 is #040F5B. Grayscale: #EAEAEA. Windows color (decimal): -266076 or 10809595. OLE color: 10809595.
HSL color Cylindrical-coordinate representation of color #FBF0A4: hue angle of 52.41º 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 #FBF0A4 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 164 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.02 |
| HSL | 52.41º | 0.92% | 0.81% | - |
| HSV(B) | 52.41º | 0.35% | 0.98% | - |
| XYZ | 77.64 | 85.51 | 47.53 | - |
| YUV | 234.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 164 | 0 | 0.04 | 0.35 | 0.02 | 52.41 | 0.92 | 0.81 |
| Hex | FB | F0 | A4 | 0 | 4 | 23 | 2 | 34 | 5C | 51 |
| Octal | 373 | 360 | 244 | 0 | 4 | 43 | 2 | 64 | 134 | 121 |
| Binary | 11111011 | 11110000 | 10100100 | 0 | 100 | 100011 | 10 | 110100 | 1011100 | 1010001 |
Color Harmonies of #FBF0A4
Complementary color
Monochromatic Colors of #FBF0A4
Black with #FBF0A4
Text Example
Text Example
White with #FBF0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0A4; }
p { color: rgb(251,240,164); }
H1.HeaderClassName
{
color: #FBF0A4;
}
.AnyTagClassName
{
color: #FBF0A4;
}
</style>
background-color css
<style>
a { background-color: #FBF0A4; }
a { background-color: rgb(251,240,164); }
div.DivClassName
{
background-color: #FBF0A4;
}
.BgClassName
{
background-color: #FBF0A4;
}
</style>
border-color css
<style>
span { border-color: #FBF0A4; }
span { border-color: rgb(251,240,164); }
td.TdClassName
{
border-color: #FBF0A4;
}
.TagClassName
{
border-color: #FBF0A4;
}
</style>