Html Css Color HEX #FC6BA0 Tickle Me Pink

📋 copy color: '#FC6BA0'

red 252 ◦ green 107 ◦ blue 160

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

Shades of Tickle Me Pink #FC6BA0

Tints of Tickle Me Pink #FC6BA0

RGB

 RED value IS 252 (98.83% from 255) = 48.55%

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

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

R = 48.55%
G = 20.62%
B = 30.83%

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

#FC6BA0 (or 0xFC6BA0) is known color: Tickle Me Pink. HEX triplet: FC, 6B and A0. RGB value is (252,107,160). Sum of RGB (Red+Green+Blue) = 252+107+160=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6BA0 is #03945F. Grayscale: #9C9C9C. Windows color (decimal): -234592 or 10513404. OLE color: 10513404.

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

Color convert

RGB 252 107 160 -
CMYK 0 0.58 0.37 0.01
HSL 338.07º 0.96% 0.7% -
HSV(B) 338.07º 0.58% 0.99% -
XYZ 51.75 33.75 37.04 -
YUV 156.4 130.04 196.19 -
System Red Green Blue C M Y K H S L
Decimal 252 107 160 0 0.58 0.37 0.01 338.07 0.96 0.7
Hex FC 6B A0 0 3A 25 1 152 60 46
Octal 374 153 240 0 72 45 1 522 140 106
Binary 11111100 1101011 10100000 0 111010 100101 1 101010010 1100000 1000110

Color Harmonies of #FC6BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6BA0

Black with #FC6BA0

Text Example


Text Example

White with #FC6BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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