Html Css Color HEX #FC7696 Tickle Me Pink

📋 copy color: '#FC7696'

red 252 ◦ green 118 ◦ blue 150

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

Shades of Tickle Me Pink #FC7696

Tints of Tickle Me Pink #FC7696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.69%

 BLUE value IS 150 (58.98% from 255) = 28.85%

R = 48.46%
G = 22.69%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC7696 (or 0xFC7696) is known color: Tickle Me Pink. HEX triplet: FC, 76 and 96. RGB value is (252,118,150). Sum of RGB (Red+Green+Blue) = 252+118+150=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7696 is #038969. Grayscale: #A1A1A1. Windows color (decimal): -231786 or 9860860. OLE color: 9860860.

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

Color convert

RGB 252 118 150 -
CMYK 0 0.53 0.40 0.01
HSL 345.67º 0.96% 0.73% -
HSV(B) 345.67º 0.53% 0.99% -
XYZ 52.13 35.85 33.03 -
YUV 161.71 121.39 192.4 -
System Red Green Blue C M Y K H S L
Decimal 252 118 150 0 0.53 0.40 0.01 345.67 0.96 0.73
Hex FC 76 96 0 35 28 1 15A 60 49
Octal 374 166 226 0 65 50 1 532 140 111
Binary 11111100 1110110 10010110 0 110101 101000 1 101011010 1100000 1001001

Color Harmonies of #FC7696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7696

Black with #FC7696

Text Example


Text Example

White with #FC7696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7696; }

 p { color: rgb(252,118,150); }

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

background-color css

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

 a { background-color: rgb(252,118,150); }

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

border-color css

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

 span { border-color: rgb(252,118,150); }

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