#FC7E94

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

Shades of Tickle Me Pink #FC7E94

Tints of Tickle Me Pink #FC7E94

Color information

#FC7E94 (or 0xFC7E94) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7E and 94. RGB value is (252,126,148). Sum of RGB (Red+Green+Blue) = 252+126+148=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7E94 is #03816B. Grayscale: #A6A6A6. Windows color (decimal): -229740 or 9731836. OLE color: 9731836.

HSL color Cylindrical-coordinate representation of color #FC7E94: hue angle of 349.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7E94 is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB252126148-
CMYK00.50.410.01
HSL349.52º95.45%74.12%-
HSV(B)349.52º50%98.82%-
XYZ52.9537.7632.51-
YUV166.18117.74189.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.91%
GREEN value IS 126 (49.61% from 255) = 23.95%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=47.91%
G=23.95%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212614800.50.410.01349.5295.4574.12
HexFC7E9403229115e5f4a
Octal374176224062511536137112
Binary111111001111110100101000110010101001110101111010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7E94; }

 p { color: rgb(252,126,148); }

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

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

 a { background-color: rgb(252,126,148); }

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

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

 span { border-color: rgb(252,126,148); }

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