Html Css Color HEX #FE6B96 Tickle Me Pink

📋 copy color: '#FE6B96'

red 254 ◦ green 107 ◦ blue 150

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

Shades of Tickle Me Pink #FE6B96

Tints of Tickle Me Pink #FE6B96

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.94%

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

R = 49.71%
G = 20.94%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE6B96 (or 0xFE6B96) is known color: Tickle Me Pink. HEX triplet: FE, 6B and 96. RGB value is (254,107,150). Sum of RGB (Red+Green+Blue) = 254+107+150=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6B96 is #019469. Grayscale: #9B9B9B. Windows color (decimal): -103530 or 9858046. OLE color: 9858046.

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

Color convert

RGB 254 107 150 -
CMYK 0 0.58 0.41 0.00
HSL 342.45º 0.99% 0.71% -
HSV(B) 342.45º 0.58% 1% -
XYZ 51.64 33.79 32.65 -
YUV 155.86 124.7 198 -
System Red Green Blue C M Y K H S L
Decimal 254 107 150 0 0.58 0.41 0.00 342.45 0.99 0.71
Hex FE 6B 96 0 3A 29 0 156 63 47
Octal 376 153 226 0 72 51 0 526 143 107
Binary 11111110 1101011 10010110 0 111010 101001 0 101010110 1100011 1000111

Color Harmonies of #FE6B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6B96

Black with #FE6B96

Text Example


Text Example

White with #FE6B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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