#FE86B2

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

Shades of Tickle Me Pink #FE86B2

Tints of Tickle Me Pink #FE86B2

Color information

#FE86B2 (or 0xFE86B2) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 86 and B2. RGB value is (254,134,178). Sum of RGB (Red+Green+Blue) = 254+134+178=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE86B2 is #01794D. Grayscale: #AEAEAE. Windows color (decimal): -96590 or 11699966. OLE color: 11699966.

HSL color Cylindrical-coordinate representation of color #FE86B2: hue angle of 338º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE86B2 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254134178-
CMYK00.470.300.00
HSL338º98.36%76.08%-
HSV(B)338º47.24%99.61%-
XYZ57.4341.3447.07-
YUV174.9129.76184.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 178 (69.92% from 255) = 31.45%
R=44.88%
G=23.67%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413417800.470.300.0033898.3676.08
HexFE86B202F1E0152624c
Octal376206262057360522142114
Binary111111101000011010110010010111111110010101001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE86B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE86B2; }

 p { color: rgb(254,134,178); }

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

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

 a { background-color: rgb(254,134,178); }

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

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

 span { border-color: rgb(254,134,178); }

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