Html Css Color HEX #FE7C96 Tickle Me Pink

📋 copy color: '#FE7C96'

red 254 ◦ green 124 ◦ blue 150

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

Shades of Tickle Me Pink #FE7C96

Tints of Tickle Me Pink #FE7C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.48%

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

R = 48.11%
G = 23.48%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE7C96 (or 0xFE7C96) is known color: Tickle Me Pink. HEX triplet: FE, 7C and 96. RGB value is (254,124,150). Sum of RGB (Red+Green+Blue) = 254+124+150=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7C96 is #018369. Grayscale: #A5A5A5. Windows color (decimal): -99178 or 9862398. OLE color: 9862398.

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

Color convert

RGB 254 124 150 -
CMYK 0 0.51 0.41 0.00
HSL 348º 0.98% 0.74% -
HSV(B) 348º 0.51% 1% -
XYZ 53.59 37.69 33.3 -
YUV 165.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 254 124 150 0 0.51 0.41 0.00 348 0.98 0.74
Hex FE 7C 96 0 33 29 0 15C 62 4A
Octal 376 174 226 0 63 51 0 534 142 112
Binary 11111110 1111100 10010110 0 110011 101001 0 101011100 1100010 1001010

Color Harmonies of #FE7C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7C96

Black with #FE7C96

Text Example


Text Example

White with #FE7C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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