Html Css Color HEX #FE82A0 Tickle Me Pink

📋 copy color: '#FE82A0'

red 254 ◦ green 130 ◦ blue 160

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

Shades of Tickle Me Pink #FE82A0

Tints of Tickle Me Pink #FE82A0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.9%

 BLUE value IS 160 (62.89% from 255) = 29.41%

R = 46.69%
G = 23.9%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE82A0 (or 0xFE82A0) is known color: Tickle Me Pink. HEX triplet: FE, 82 and A0. RGB value is (254,130,160). Sum of RGB (Red+Green+Blue) = 254+130+160=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE82A0 is #017D5F. Grayscale: #AAAAAA. Windows color (decimal): -97632 or 10519294. OLE color: 10519294.

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

Color convert

RGB 254 130 160 -
CMYK 0 0.49 0.37 0.00
HSL 345.48º 0.98% 0.75% -
HSV(B) 345.48º 0.49% 1% -
XYZ 55.2 39.57 37.99 -
YUV 170.5 122.08 187.56 -
System Red Green Blue C M Y K H S L
Decimal 254 130 160 0 0.49 0.37 0.00 345.48 0.98 0.75
Hex FE 82 A0 0 31 25 0 159 62 4B
Octal 376 202 240 0 61 45 0 531 142 113
Binary 11111110 10000010 10100000 0 110001 100101 0 101011001 1100010 1001011

Color Harmonies of #FE82A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE82A0

Black with #FE82A0

Text Example


Text Example

White with #FE82A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE82A0; }

 p { color: rgb(254,130,160); }

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

background-color css

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

 a { background-color: rgb(254,130,160); }

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

border-color css

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

 span { border-color: rgb(254,130,160); }

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