Html Css Color HEX #FE6C96 Tickle Me Pink

📋 copy color: '#FE6C96'

red 254 ◦ green 108 ◦ blue 150

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

Shades of Tickle Me Pink #FE6C96

Tints of Tickle Me Pink #FE6C96

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.09%

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

R = 49.61%
G = 21.09%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE6C96 (or 0xFE6C96) is known color: Tickle Me Pink. HEX triplet: FE, 6C and 96. RGB value is (254,108,150). Sum of RGB (Red+Green+Blue) = 254+108+150=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C96 is #019369. Grayscale: #9C9C9C. Windows color (decimal): -103274 or 9858302. OLE color: 9858302.

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

Color convert

RGB 254 108 150 -
CMYK 0 0.57 0.41 0.00
HSL 342.74º 0.99% 0.71% -
HSV(B) 342.74º 0.57% 1% -
XYZ 51.74 34 32.69 -
YUV 156.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 254 108 150 0 0.57 0.41 0.00 342.74 0.99 0.71
Hex FE 6C 96 0 39 29 0 157 63 47
Octal 376 154 226 0 71 51 0 527 143 107
Binary 11111110 1101100 10010110 0 111001 101001 0 101010111 1100011 1000111

Color Harmonies of #FE6C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C96

Black with #FE6C96

Text Example


Text Example

White with #FE6C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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