Shades of Pale Prim #FAFBA2
Tints of Pale Prim #FAFBA2
RGB
CMYK
RGB Variations
Color information
#FAFBA2 (or 0xFAFBA2) is known color: Pale Prim. HEX triplet: FA, FB and A2. RGB value is (250,251,162). Sum of RGB (Red+Green+Blue) = 250+251+162=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 162 (63.67% from 255 or 24.43% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFBA2 is #05045D. Grayscale: #F0F0F0. Windows color (decimal): -328798 or 10681338. OLE color: 10681338.
HSL color Cylindrical-coordinate representation of color #FAFBA2: hue angle of 60.67º 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 #FAFBA2 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 162 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.02 |
| HSL | 60.67º | 0.92% | 0.81% | - |
| HSV(B) | 60.67º | 0.35% | 0.98% | - |
| XYZ | 80.44 | 91.93 | 47.69 | - |
| YUV | 240.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 162 | 0.00 | 0 | 0.35 | 0.02 | 60.67 | 0.92 | 0.81 |
| Hex | FA | FB | A2 | 0 | 0 | 23 | 2 | 3D | 5C | 51 |
| Octal | 372 | 373 | 242 | 0 | 0 | 43 | 2 | 75 | 134 | 121 |
| Binary | 11111010 | 11111011 | 10100010 | 0 | 0 | 100011 | 10 | 111101 | 1011100 | 1010001 |
Color Harmonies of #FAFBA2
Complementary color
Monochromatic Colors of #FAFBA2
Black with #FAFBA2
Text Example
Text Example
White with #FAFBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBA2; }
p { color: rgb(250,251,162); }
H1.HeaderClassName
{
color: #FAFBA2;
}
.AnyTagClassName
{
color: #FAFBA2;
}
</style>
background-color css
<style>
a { background-color: #FAFBA2; }
a { background-color: rgb(250,251,162); }
div.DivClassName
{
background-color: #FAFBA2;
}
.BgClassName
{
background-color: #FAFBA2;
}
</style>
border-color css
<style>
span { border-color: #FAFBA2; }
span { border-color: rgb(250,251,162); }
td.TdClassName
{
border-color: #FAFBA2;
}
.TagClassName
{
border-color: #FAFBA2;
}
</style>