Html Css Color HEX #FE85AD Tickle Me Pink

📋 copy color: '#FE85AD'

red 254 ◦ green 133 ◦ blue 173

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

Shades of Tickle Me Pink #FE85AD

Tints of Tickle Me Pink #FE85AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.89%

R = 45.36%
G = 23.75%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE85AD (or 0xFE85AD) is known color: Tickle Me Pink. HEX triplet: FE, 85 and AD. RGB value is (254,133,173). Sum of RGB (Red+Green+Blue) = 254+133+173=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE85AD is #017A52. Grayscale: #ADADAD. Windows color (decimal): -96851 or 11372030. OLE color: 11372030.

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

Color convert

RGB 254 133 173 -
CMYK 0 0.48 0.32 0.00
HSL 340.17º 0.98% 0.76% -
HSV(B) 340.17º 0.48% 1% -
XYZ 56.8 40.86 44.43 -
YUV 173.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 254 133 173 0 0.48 0.32 0.00 340.17 0.98 0.76
Hex FE 85 AD 0 30 20 0 154 62 4C
Octal 376 205 255 0 60 40 0 524 142 114
Binary 11111110 10000101 10101101 0 110000 100000 0 101010100 1100010 1001100

Color Harmonies of #FE85AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85AD

Black with #FE85AD

Text Example


Text Example

White with #FE85AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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