Html Css Color HEX #FD7BA1 Tickle Me Pink

📋 copy color: '#FD7BA1'

red 253 ◦ green 123 ◦ blue 161

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

Shades of Tickle Me Pink #FD7BA1

Tints of Tickle Me Pink #FD7BA1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.91%

 BLUE value IS 161 (63.28% from 255) = 29.98%

R = 47.11%
G = 22.91%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD7BA1 (or 0xFD7BA1) is known color: Tickle Me Pink. HEX triplet: FD, 7B and A1. RGB value is (253,123,161). Sum of RGB (Red+Green+Blue) = 253+123+161=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7BA1 is #02845E. Grayscale: #A6A6A6. Windows color (decimal): -164959 or 10583037. OLE color: 10583037.

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

Color convert

RGB 253 123 161 -
CMYK 0 0.51 0.36 0.01
HSL 342.46º 0.97% 0.74% -
HSV(B) 342.46º 0.51% 0.99% -
XYZ 54.02 37.62 38.13 -
YUV 166.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 253 123 161 0 0.51 0.36 0.01 342.46 0.97 0.74
Hex FD 7B A1 0 33 24 1 156 61 4A
Octal 375 173 241 0 63 44 1 526 141 112
Binary 11111101 1111011 10100001 0 110011 100100 1 101010110 1100001 1001010

Color Harmonies of #FD7BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7BA1

Black with #FD7BA1

Text Example


Text Example

White with #FD7BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7BA1; }

 p { color: rgb(253,123,161); }

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

background-color css

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

 a { background-color: rgb(253,123,161); }

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

border-color css

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

 span { border-color: rgb(253,123,161); }

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