Html Css Color HEX #FE829D Tickle Me Pink

📋 copy color: '#FE829D'

red 254 ◦ green 130 ◦ blue 157

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

Shades of Tickle Me Pink #FE829D

Tints of Tickle Me Pink #FE829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.02%

R = 46.95%
G = 24.03%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE829D (or 0xFE829D) is known color: Tickle Me Pink. HEX triplet: FE, 82 and 9D. RGB value is (254,130,157). Sum of RGB (Red+Green+Blue) = 254+130+157=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE829D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE829D is #017D62. Grayscale: #AAAAAA. Windows color (decimal): -97635 or 10322686. OLE color: 10322686.

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

Color convert

RGB 254 130 157 -
CMYK 0 0.49 0.38 0.00
HSL 346.94º 0.98% 0.75% -
HSV(B) 346.94º 0.49% 1% -
XYZ 54.94 39.47 36.62 -
YUV 170.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 254 130 157 0 0.49 0.38 0.00 346.94 0.98 0.75
Hex FE 82 9D 0 31 26 0 15B 62 4B
Octal 376 202 235 0 61 46 0 533 142 113
Binary 11111110 10000010 10011101 0 110001 100110 0 101011011 1100010 1001011

Color Harmonies of #FE829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE829D

Black with #FE829D

Text Example


Text Example

White with #FE829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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