Shades of Hit Pink #FAA268
Tints of Hit Pink #FAA268
RGB
CMYK
RGB Variations
Color information
#FAA268 (or 0xFAA268) is known color: Hit Pink. HEX triplet: FA, A2 and 68. RGB value is (250,162,104). Sum of RGB (Red+Green+Blue) = 250+162+104=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA268 is #055D97. Grayscale: #B6B6B6. Windows color (decimal): -351640 or 6857466. OLE color: 6857466.
HSL color Cylindrical-coordinate representation of color #FAA268: hue angle of 23.84º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAA268 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 104 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.02 |
| HSL | 23.84º | 0.94% | 0.69% | - |
| HSV(B) | 23.84º | 0.58% | 0.98% | - |
| XYZ | 54.84 | 47.16 | 19.31 | - |
| YUV | 181.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 104 | 0 | 0.35 | 0.58 | 0.02 | 23.84 | 0.94 | 0.69 |
| Hex | FA | A2 | 68 | 0 | 23 | 3A | 2 | 18 | 5E | 45 |
| Octal | 372 | 242 | 150 | 0 | 43 | 72 | 2 | 30 | 136 | 105 |
| Binary | 11111010 | 10100010 | 1101000 | 0 | 100011 | 111010 | 10 | 11000 | 1011110 | 1000101 |
Color Harmonies of #FAA268
Complementary color
Monochromatic Colors of #FAA268
Black with #FAA268
Text Example
Text Example
White with #FAA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA268; }
p { color: rgb(250,162,104); }
H1.HeaderClassName
{
color: #FAA268;
}
.AnyTagClassName
{
color: #FAA268;
}
</style>
background-color css
<style>
a { background-color: #FAA268; }
a { background-color: rgb(250,162,104); }
div.DivClassName
{
background-color: #FAA268;
}
.BgClassName
{
background-color: #FAA268;
}
</style>
border-color css
<style>
span { border-color: #FAA268; }
span { border-color: rgb(250,162,104); }
td.TdClassName
{
border-color: #FAA268;
}
.TagClassName
{
border-color: #FAA268;
}
</style>