Html Css Color HEX #FE85AA Tickle Me Pink

📋 copy color: '#FE85AA'

red 254 ◦ green 133 ◦ blue 170

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

Shades of Tickle Me Pink #FE85AA

Tints of Tickle Me Pink #FE85AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.52%

R = 45.6%
G = 23.88%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE85AA (or 0xFE85AA) is known color: Tickle Me Pink. HEX triplet: FE, 85 and AA. RGB value is (254,133,170). Sum of RGB (Red+Green+Blue) = 254+133+170=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE85AA is #017A55. Grayscale: #ADADAD. Windows color (decimal): -96854 or 11175422. OLE color: 11175422.

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

Color convert

RGB 254 133 170 -
CMYK 0 0.48 0.33 0.00
HSL 341.65º 0.98% 0.76% -
HSV(B) 341.65º 0.48% 1% -
XYZ 56.52 40.75 42.92 -
YUV 173.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 254 133 170 0 0.48 0.33 0.00 341.65 0.98 0.76
Hex FE 85 AA 0 30 21 0 156 62 4C
Octal 376 205 252 0 60 41 0 526 142 114
Binary 11111110 10000101 10101010 0 110000 100001 0 101010110 1100010 1001100

Color Harmonies of #FE85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85AA

Black with #FE85AA

Text Example


Text Example

White with #FE85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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