#FE7996

Color #FE7996 Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #FE7996

Tints of Tickle Me Pink #FE7996

Color information

#FE7996 (or 0xFE7996) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 79 and 96. RGB value is (254,121,150). Sum of RGB (Red+Green+Blue) = 254+121+150=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7996 is #018669. Grayscale: #A4A4A4. Windows color (decimal): -99946 or 9861630. OLE color: 9861630.

HSL color Cylindrical-coordinate representation of color #FE7996: hue angle of 346.92º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7996 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254121150-
CMYK00.520.410.00
HSL346.92º98.52%73.53%-
HSV(B)346.92º52.36%99.61%-
XYZ53.2236.9533.18-
YUV164.07120.06192.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 48.38%
GREEN value IS 121 (47.66% from 255) = 23.05%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=48.38%
G=23.05%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412115000.520.410.00346.9298.5273.53
HexFE799603429015b634a
Octal376171226064510533143112
Binary111111101111001100101100110100101001010101101111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7996; }

 p { color: rgb(254,121,150); }

 H1.HeaderClassName
 {
   color: #FE7996;
 }
 .AnyTagClassName
 {
   color: #FE7996;
 }
</style>
background-color css

<style>
 a { background-color: #FE7996; }

 a { background-color: rgb(254,121,150); }

 div.DivClassName
 {
   background-color: #FE7996;
 }
 .BgClassName
 {
   background-color: #FE7996;
 }
</style>
border-color css

<style>
 span { border-color: #FE7996; }

 span { border-color: rgb(254,121,150); }

 td.TdClassName
 {
   border-color: #FE7996;
 }
 .TagClassName
 {
   border-color: #FE7996;
 }
</style>