Html Css Color HEX #FE85A6 Tickle Me Pink

📋 copy color: '#FE85A6'

red 254 ◦ green 133 ◦ blue 166

#FE85A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tickle Me Pink #FE85A6

Tints of Tickle Me Pink #FE85A6

RGB

 RED value IS 254 (99.61% from 255) = 45.93%

 GREEN value IS 133 (52.34% from 255) = 24.05%

 BLUE value IS 166 (65.23% from 255) = 30.02%

R = 45.93%
G = 24.05%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE85A6 (or 0xFE85A6) is known color: Tickle Me Pink. HEX triplet: FE, 85 and A6. RGB value is (254,133,166). Sum of RGB (Red+Green+Blue) = 254+133+166=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE85A6 is #017A59. Grayscale: #ACACAC. Windows color (decimal): -96858 or 10913278. OLE color: 10913278.

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

Color convert

RGB 254 133 166 -
CMYK 0 0.48 0.35 0.00
HSL 343.64º 0.98% 0.76% -
HSV(B) 343.64º 0.48% 1% -
XYZ 56.14 40.6 40.95 -
YUV 172.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 254 133 166 0 0.48 0.35 0.00 343.64 0.98 0.76
Hex FE 85 A6 0 30 23 0 158 62 4C
Octal 376 205 246 0 60 43 0 530 142 114
Binary 11111110 10000101 10100110 0 110000 100011 0 101011000 1100010 1001100

Color Harmonies of #FE85A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85A6

Black with #FE85A6

Text Example


Text Example

White with #FE85A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85A6; }

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

 H1.HeaderClassName
 {
   color: #FE85A6;
 }
 .AnyTagClassName
 {
   color: #FE85A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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