Html Css Color HEX #FE7DA0 Tickle Me Pink

📋 copy color: '#FE7DA0'

red 254 ◦ green 125 ◦ blue 160

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

Shades of Tickle Me Pink #FE7DA0

Tints of Tickle Me Pink #FE7DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.19%

 BLUE value IS 160 (62.89% from 255) = 29.68%

R = 47.12%
G = 23.19%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE7DA0 (or 0xFE7DA0) is known color: Tickle Me Pink. HEX triplet: FE, 7D and A0. RGB value is (254,125,160). Sum of RGB (Red+Green+Blue) = 254+125+160=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7DA0 is #01825F. Grayscale: #A7A7A7. Windows color (decimal): -98912 or 10518014. OLE color: 10518014.

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

Color convert

RGB 254 125 160 -
CMYK 0 0.51 0.37 0.00
HSL 343.72º 0.98% 0.74% -
HSV(B) 343.72º 0.51% 1% -
XYZ 54.55 38.28 37.77 -
YUV 167.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 254 125 160 0 0.51 0.37 0.00 343.72 0.98 0.74
Hex FE 7D A0 0 33 25 0 158 62 4A
Octal 376 175 240 0 63 45 0 530 142 112
Binary 11111110 1111101 10100000 0 110011 100101 0 101011000 1100010 1001010

Color Harmonies of #FE7DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7DA0

Black with #FE7DA0

Text Example


Text Example

White with #FE7DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7DA0; }

 p { color: rgb(254,125,160); }

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

background-color css

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

 a { background-color: rgb(254,125,160); }

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

border-color css

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

 span { border-color: rgb(254,125,160); }

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