Html Css Color HEX #FD6BA0 Tickle Me Pink

📋 copy color: '#FD6BA0'

red 253 ◦ green 107 ◦ blue 160

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

Shades of Tickle Me Pink #FD6BA0

Tints of Tickle Me Pink #FD6BA0

RGB

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

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

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

R = 48.65%
G = 20.58%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD6BA0 (or 0xFD6BA0) is known color: Tickle Me Pink. HEX triplet: FD, 6B and A0. RGB value is (253,107,160). Sum of RGB (Red+Green+Blue) = 253+107+160=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6BA0 is #02945F. Grayscale: #9C9C9C. Windows color (decimal): -169056 or 10513405. OLE color: 10513405.

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

Color convert

RGB 253 107 160 -
CMYK 0 0.58 0.37 0.01
HSL 338.22º 0.97% 0.71% -
HSV(B) 338.22º 0.58% 0.99% -
XYZ 52.11 33.94 37.06 -
YUV 156.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 253 107 160 0 0.58 0.37 0.01 338.22 0.97 0.71
Hex FD 6B A0 0 3A 25 1 152 61 47
Octal 375 153 240 0 72 45 1 522 141 107
Binary 11111101 1101011 10100000 0 111010 100101 1 101010010 1100001 1000111

Color Harmonies of #FD6BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6BA0

Black with #FD6BA0

Text Example


Text Example

White with #FD6BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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