Shades of Pale Prim #FBF3A4
Tints of Pale Prim #FBF3A4
RGB
CMYK
RGB Variations
Color information
#FBF3A4 (or 0xFBF3A4) is known color: Pale Prim. HEX triplet: FB, F3 and A4. RGB value is (251,243,164). Sum of RGB (Red+Green+Blue) = 251+243+164=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 164 (64.45% from 255 or 24.92% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF3A4 is #040C5B. Grayscale: #ECECEC. Windows color (decimal): -265308 or 10810363. OLE color: 10810363.
HSL color Cylindrical-coordinate representation of color #FBF3A4: hue angle of 54.48º 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 #FBF3A4 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 164 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.02 |
| HSL | 54.48º | 0.92% | 0.81% | - |
| HSV(B) | 54.48º | 0.35% | 0.98% | - |
| XYZ | 78.54 | 87.29 | 47.83 | - |
| YUV | 236.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 164 | 0 | 0.03 | 0.35 | 0.02 | 54.48 | 0.92 | 0.81 |
| Hex | FB | F3 | A4 | 0 | 3 | 23 | 2 | 36 | 5C | 51 |
| Octal | 373 | 363 | 244 | 0 | 3 | 43 | 2 | 66 | 134 | 121 |
| Binary | 11111011 | 11110011 | 10100100 | 0 | 11 | 100011 | 10 | 110110 | 1011100 | 1010001 |
Color Harmonies of #FBF3A4
Complementary color
Monochromatic Colors of #FBF3A4
Black with #FBF3A4
Text Example
Text Example
White with #FBF3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3A4; }
p { color: rgb(251,243,164); }
H1.HeaderClassName
{
color: #FBF3A4;
}
.AnyTagClassName
{
color: #FBF3A4;
}
</style>
background-color css
<style>
a { background-color: #FBF3A4; }
a { background-color: rgb(251,243,164); }
div.DivClassName
{
background-color: #FBF3A4;
}
.BgClassName
{
background-color: #FBF3A4;
}
</style>
border-color css
<style>
span { border-color: #FBF3A4; }
span { border-color: rgb(251,243,164); }
td.TdClassName
{
border-color: #FBF3A4;
}
.TagClassName
{
border-color: #FBF3A4;
}
</style>