Shades of Tickle Me Pink #FE81A2
Tints of Tickle Me Pink #FE81A2
RGB
CMYK
RGB Variations
Color information
#FE81A2 (or 0xFE81A2) is known color: Tickle Me Pink. HEX triplet: FE, 81 and A2. RGB value is (254,129,162). Sum of RGB (Red+Green+Blue) = 254+129+162=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE81A2 is #017E5D. Grayscale: #AAAAAA. Windows color (decimal): -97886 or 10650110. OLE color: 10650110.
HSL color Cylindrical-coordinate representation of color #FE81A2: hue angle of 344.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE81A2 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 162 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.00 |
| HSL | 344.16º | 0.98% | 0.75% | - |
| HSV(B) | 344.16º | 0.49% | 1% | - |
| XYZ | 55.24 | 39.38 | 38.87 | - |
| YUV | 170.14 | 123.41 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 162 | 0 | 0.49 | 0.36 | 0.00 | 344.16 | 0.98 | 0.75 |
| Hex | FE | 81 | A2 | 0 | 31 | 24 | 0 | 158 | 62 | 4B |
| Octal | 376 | 201 | 242 | 0 | 61 | 44 | 0 | 530 | 142 | 113 |
| Binary | 11111110 | 10000001 | 10100010 | 0 | 110001 | 100100 | 0 | 101011000 | 1100010 | 1001011 |
Color Harmonies of #FE81A2
Complementary color
Monochromatic Colors of #FE81A2
Black with #FE81A2
Text Example
Text Example
White with #FE81A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE81A2; }
p { color: rgb(254,129,162); }
H1.HeaderClassName
{
color: #FE81A2;
}
.AnyTagClassName
{
color: #FE81A2;
}
</style>
background-color css
<style>
a { background-color: #FE81A2; }
a { background-color: rgb(254,129,162); }
div.DivClassName
{
background-color: #FE81A2;
}
.BgClassName
{
background-color: #FE81A2;
}
</style>
border-color css
<style>
span { border-color: #FE81A2; }
span { border-color: rgb(254,129,162); }
td.TdClassName
{
border-color: #FE81A2;
}
.TagClassName
{
border-color: #FE81A2;
}
</style>