Shades of Hit Pink #FEA669
Tints of Hit Pink #FEA669
RGB
CMYK
RGB Variations
Color information
#FEA669 (or 0xFEA669) is known color: Hit Pink. HEX triplet: FE, A6 and 69. RGB value is (254,166,105). Sum of RGB (Red+Green+Blue) = 254+166+105=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA669 is #015996. Grayscale: #B9B9B9. Windows color (decimal): -88471 or 6924030. OLE color: 6924030.
HSL color Cylindrical-coordinate representation of color #FEA669: hue angle of 24.56º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEA669 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 105 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.00 |
| HSL | 24.56º | 0.99% | 0.7% | - |
| HSV(B) | 24.56º | 0.59% | 1% | - |
| XYZ | 57.06 | 49.36 | 19.89 | - |
| YUV | 185.36 | 82.65 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 105 | 0 | 0.35 | 0.59 | 0.00 | 24.56 | 0.99 | 0.7 |
| Hex | FE | A6 | 69 | 0 | 23 | 3B | 0 | 19 | 63 | 46 |
| Octal | 376 | 246 | 151 | 0 | 43 | 73 | 0 | 31 | 143 | 106 |
| Binary | 11111110 | 10100110 | 1101001 | 0 | 100011 | 111011 | 0 | 11001 | 1100011 | 1000110 |
Color Harmonies of #FEA669
Complementary color
Monochromatic Colors of #FEA669
Black with #FEA669
Text Example
Text Example
White with #FEA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA669; }
p { color: rgb(254,166,105); }
H1.HeaderClassName
{
color: #FEA669;
}
.AnyTagClassName
{
color: #FEA669;
}
</style>
background-color css
<style>
a { background-color: #FEA669; }
a { background-color: rgb(254,166,105); }
div.DivClassName
{
background-color: #FEA669;
}
.BgClassName
{
background-color: #FEA669;
}
</style>
border-color css
<style>
span { border-color: #FEA669; }
span { border-color: rgb(254,166,105); }
td.TdClassName
{
border-color: #FEA669;
}
.TagClassName
{
border-color: #FEA669;
}
</style>