Html Css Color HEX #FE8296 Tickle Me Pink

📋 copy color: '#FE8296'

red 254 ◦ green 130 ◦ blue 150

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

Shades of Tickle Me Pink #FE8296

Tints of Tickle Me Pink #FE8296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.09%

R = 47.57%
G = 24.34%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE8296 (or 0xFE8296) is known color: Tickle Me Pink. HEX triplet: FE, 82 and 96. RGB value is (254,130,150). Sum of RGB (Red+Green+Blue) = 254+130+150=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8296 is #017D69. Grayscale: #A9A9A9. Windows color (decimal): -97642 or 9863934. OLE color: 9863934.

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

Color convert

RGB 254 130 150 -
CMYK 0 0.49 0.41 0.00
HSL 350.32º 0.98% 0.75% -
HSV(B) 350.32º 0.49% 1% -
XYZ 54.36 39.24 33.56 -
YUV 169.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 254 130 150 0 0.49 0.41 0.00 350.32 0.98 0.75
Hex FE 82 96 0 31 29 0 15E 62 4B
Octal 376 202 226 0 61 51 0 536 142 113
Binary 11111110 10000010 10010110 0 110001 101001 0 101011110 1100010 1001011

Color Harmonies of #FE8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8296

Black with #FE8296

Text Example


Text Example

White with #FE8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8296; }

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

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

background-color css

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

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

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

border-color css

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

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

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