Html Css Color HEX #FE8195 Tickle Me Pink

📋 copy color: '#FE8195'

red 254 ◦ green 129 ◦ blue 149

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

Shades of Tickle Me Pink #FE8195

Tints of Tickle Me Pink #FE8195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.25%

 BLUE value IS 149 (58.59% from 255) = 28.01%

R = 47.74%
G = 24.25%
B = 28.01%

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

#FE8195 (or 0xFE8195) is known color: Tickle Me Pink. HEX triplet: FE, 81 and 95. RGB value is (254,129,149). Sum of RGB (Red+Green+Blue) = 254+129+149=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8195 is #017E6A. Grayscale: #A8A8A8. Windows color (decimal): -97899 or 9798142. OLE color: 9798142.

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

Color convert

RGB 254 129 149 -
CMYK 0 0.49 0.41 0.00
HSL 350.4º 0.98% 0.75% -
HSV(B) 350.4º 0.49% 1% -
XYZ 54.15 38.94 33.1 -
YUV 168.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 254 129 149 0 0.49 0.41 0.00 350.4 0.98 0.75
Hex FE 81 95 0 31 29 0 15E 62 4B
Octal 376 201 225 0 61 51 0 536 142 113
Binary 11111110 10000001 10010101 0 110001 101001 0 101011110 1100010 1001011

Color Harmonies of #FE8195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8195

Black with #FE8195

Text Example


Text Example

White with #FE8195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8195; }

 p { color: rgb(254,129,149); }

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

background-color css

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

 a { background-color: rgb(254,129,149); }

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

border-color css

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

 span { border-color: rgb(254,129,149); }

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