#FE85B1

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

Shades of Tickle Me Pink #FE85B1

Tints of Tickle Me Pink #FE85B1

Color information

#FE85B1 (or 0xFE85B1) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 85 and B1. RGB value is (254,133,177). Sum of RGB (Red+Green+Blue) = 254+133+177=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE85B1 is #017A4E. Grayscale: #AEAEAE. Windows color (decimal): -96847 or 11634174. OLE color: 11634174.

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

Color convert

RGB254133177-
CMYK00.480.300.00
HSL338.18º98.37%75.88%-
HSV(B)338.18º47.64%99.61%-
XYZ57.241.0246.5-
YUV174.2129.59184.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 177 (69.53% from 255) = 31.38%
R=45.04%
G=23.58%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413317700.480.300.00338.1898.3775.88
HexFE85B10301E0152624c
Octal376205261060360522142114
Binary111111101000010110110001011000011110010101001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE85B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE85B1; }

 p { color: rgb(254,133,177); }

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

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

 a { background-color: rgb(254,133,177); }

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

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

 span { border-color: rgb(254,133,177); }

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