Shades of Hit Pink #FAA267
Tints of Hit Pink #FAA267
RGB
CMYK
RGB Variations
Color information
#FAA267 (or 0xFAA267) is known color: Hit Pink. HEX triplet: FA, A2 and 67. RGB value is (250,162,103). Sum of RGB (Red+Green+Blue) = 250+162+103=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA267 is #055D98. Grayscale: #B5B5B5. Windows color (decimal): -351641 or 6791930. OLE color: 6791930.
HSL color Cylindrical-coordinate representation of color #FAA267: hue angle of 24.08º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAA267 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 103 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.02 |
| HSL | 24.08º | 0.94% | 0.69% | - |
| HSV(B) | 24.08º | 0.59% | 0.98% | - |
| XYZ | 54.79 | 47.14 | 19.04 | - |
| YUV | 181.59 | 83.65 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 103 | 0 | 0.35 | 0.59 | 0.02 | 24.08 | 0.94 | 0.69 |
| Hex | FA | A2 | 67 | 0 | 23 | 3B | 2 | 18 | 5E | 45 |
| Octal | 372 | 242 | 147 | 0 | 43 | 73 | 2 | 30 | 136 | 105 |
| Binary | 11111010 | 10100010 | 1100111 | 0 | 100011 | 111011 | 10 | 11000 | 1011110 | 1000101 |
Color Harmonies of #FAA267
Complementary color
Monochromatic Colors of #FAA267
Black with #FAA267
Text Example
Text Example
White with #FAA267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA267; }
p { color: rgb(250,162,103); }
H1.HeaderClassName
{
color: #FAA267;
}
.AnyTagClassName
{
color: #FAA267;
}
</style>
background-color css
<style>
a { background-color: #FAA267; }
a { background-color: rgb(250,162,103); }
div.DivClassName
{
background-color: #FAA267;
}
.BgClassName
{
background-color: #FAA267;
}
</style>
border-color css
<style>
span { border-color: #FAA267; }
span { border-color: rgb(250,162,103); }
td.TdClassName
{
border-color: #FAA267;
}
.TagClassName
{
border-color: #FAA267;
}
</style>