#FE8094

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

Shades of Tickle Me Pink #FE8094

Tints of Tickle Me Pink #FE8094

Color information

#FE8094 (or 0xFE8094) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 80 and 94. RGB value is (254,128,148). Sum of RGB (Red+Green+Blue) = 254+128+148=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8094 is #017F6B. Grayscale: #A8A8A8. Windows color (decimal): -98156 or 9732350. OLE color: 9732350.

HSL color Cylindrical-coordinate representation of color #FE8094: hue angle of 350.48º 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 #FE8094 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB254128148-
CMYK00.500.420.00
HSL350.48º98.44%74.9%-
HSV(B)350.48º49.61%99.61%-
XYZ53.9438.6532.63-
YUV167.95116.74189.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.92%
GREEN value IS 128 (50.39% from 255) = 24.15%
BLUE value IS 148 (58.20% from 255) = 27.92%
R=47.92%
G=24.15%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412814800.500.420.00350.4898.4474.9
HexFE80940322A015e624b
Octal376200224062520536142113
Binary1111111010000000100101000110010101010010101111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8094; }

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

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

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

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

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

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

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

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