Html Css Color HEX #FD7CA0 Tickle Me Pink

📋 copy color: '#FD7CA0'

red 253 ◦ green 124 ◦ blue 160

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

Shades of Tickle Me Pink #FD7CA0

Tints of Tickle Me Pink #FD7CA0

RGB

 RED value IS 253 (99.22% from 255) = 47.11%

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

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

R = 47.11%
G = 23.09%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD7CA0 (or 0xFD7CA0) is known color: Tickle Me Pink. HEX triplet: FD, 7C and A0. RGB value is (253,124,160). Sum of RGB (Red+Green+Blue) = 253+124+160=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7CA0 is #02835F. Grayscale: #A6A6A6. Windows color (decimal): -164704 or 10517757. OLE color: 10517757.

HSL color Cylindrical-coordinate representation of color #FD7CA0: hue angle of 343.26º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7CA0 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 124 160 -
CMYK 0 0.51 0.37 0.01
HSL 343.26º 0.97% 0.74% -
HSV(B) 343.26º 0.51% 0.99% -
XYZ 54.06 37.84 37.71 -
YUV 166.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 253 124 160 0 0.51 0.37 0.01 343.26 0.97 0.74
Hex FD 7C A0 0 33 25 1 157 61 4A
Octal 375 174 240 0 63 45 1 527 141 112
Binary 11111101 1111100 10100000 0 110011 100101 1 101010111 1100001 1001010

Color Harmonies of #FD7CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7CA0

Black with #FD7CA0

Text Example


Text Example

White with #FD7CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7CA0; }

 p { color: rgb(253,124,160); }

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

background-color css

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

 a { background-color: rgb(253,124,160); }

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

border-color css

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

 span { border-color: rgb(253,124,160); }

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