#FE8095

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

Shades of Tickle Me Pink #FE8095

Tints of Tickle Me Pink #FE8095

Color information

#FE8095 (or 0xFE8095) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 80 and 95. RGB value is (254,128,149). Sum of RGB (Red+Green+Blue) = 254+128+149=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8095 is #017F6A. Grayscale: #A8A8A8. Windows color (decimal): -98155 or 9797886. OLE color: 9797886.

HSL color Cylindrical-coordinate representation of color #FE8095: hue angle of 350º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE8095 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254128149-
CMYK00.500.410.00
HSL350º98.44%74.9%-
HSV(B)350º49.61%99.61%-
XYZ54.0238.6833.05-
YUV168.07117.24189.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.83%
GREEN value IS 128 (50.39% from 255) = 24.11%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=47.83%
G=24.11%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412814900.500.410.0035098.4474.9
HexFE809503229015e624b
Octal376200225062510536142113
Binary1111111010000000100101010110010101001010101111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8095; }

 p { color: rgb(254,128,149); }

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

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

 a { background-color: rgb(254,128,149); }

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

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

 span { border-color: rgb(254,128,149); }

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