Shades of Tickle Me Pink #FE7B96
Tints of Tickle Me Pink #FE7B96
RGB
CMYK
RGB Variations
Color information
#FE7B96 (or 0xFE7B96) is known color: Tickle Me Pink. HEX triplet: FE, 7B and 96. RGB value is (254,123,150). Sum of RGB (Red+Green+Blue) = 254+123+150=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7B96 is #018469. Grayscale: #A5A5A5. Windows color (decimal): -99434 or 9862142. OLE color: 9862142.
HSL color Cylindrical-coordinate representation of color #FE7B96: hue angle of 347.63º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7B96 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 150 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.00 |
| HSL | 347.63º | 0.98% | 0.74% | - |
| HSV(B) | 347.63º | 0.52% | 1% | - |
| XYZ | 53.46 | 37.44 | 33.26 | - |
| YUV | 165.25 | 119.4 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 150 | 0 | 0.52 | 0.41 | 0.00 | 347.63 | 0.98 | 0.74 |
| Hex | FE | 7B | 96 | 0 | 34 | 29 | 0 | 15C | 62 | 4A |
| Octal | 376 | 173 | 226 | 0 | 64 | 51 | 0 | 534 | 142 | 112 |
| Binary | 11111110 | 1111011 | 10010110 | 0 | 110100 | 101001 | 0 | 101011100 | 1100010 | 1001010 |
Color Harmonies of #FE7B96
Complementary color
Monochromatic Colors of #FE7B96
Black with #FE7B96
Text Example
Text Example
White with #FE7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B96; }
p { color: rgb(254,123,150); }
H1.HeaderClassName
{
color: #FE7B96;
}
.AnyTagClassName
{
color: #FE7B96;
}
</style>
background-color css
<style>
a { background-color: #FE7B96; }
a { background-color: rgb(254,123,150); }
div.DivClassName
{
background-color: #FE7B96;
}
.BgClassName
{
background-color: #FE7B96;
}
</style>
border-color css
<style>
span { border-color: #FE7B96; }
span { border-color: rgb(254,123,150); }
td.TdClassName
{
border-color: #FE7B96;
}
.TagClassName
{
border-color: #FE7B96;
}
</style>