#FC7B95

Color #FC7B95 Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #FC7B95

Tints of Tickle Me Pink #FC7B95

Color information

#FC7B95 (or 0xFC7B95) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7B and 95. RGB value is (252,123,149). Sum of RGB (Red+Green+Blue) = 252+123+149=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7B95 is #03846A. Grayscale: #A4A4A4. Windows color (decimal): -230507 or 9796604. OLE color: 9796604.

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

Color convert

RGB252123149-
CMYK00.510.410.01
HSL347.91º95.56%73.53%-
HSV(B)347.91º51.19%98.82%-
XYZ52.6537.0332.81-
YUV164.53119.24190.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.09%
GREEN value IS 123 (48.44% from 255) = 23.47%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=48.09%
G=23.47%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212314900.510.410.01347.9195.5673.53
HexFC7B9503329115c604a
Octal374173225063511534140112
Binary111111001111011100101010110011101001110101110011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7B95; }

 p { color: rgb(252,123,149); }

 H1.HeaderClassName
 {
   color: #FC7B95;
 }
 .AnyTagClassName
 {
   color: #FC7B95;
 }
</style>
background-color css

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

 a { background-color: rgb(252,123,149); }

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

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

 span { border-color: rgb(252,123,149); }

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