Html Css Color HEX #FC85A0 Tickle Me Pink

📋 copy color: '#FC85A0'

red 252 ◦ green 133 ◦ blue 160

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

Shades of Tickle Me Pink #FC85A0

Tints of Tickle Me Pink #FC85A0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.4%

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

R = 46.24%
G = 24.4%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC85A0 (or 0xFC85A0) is known color: Tickle Me Pink. HEX triplet: FC, 85 and A0. RGB value is (252,133,160). Sum of RGB (Red+Green+Blue) = 252+133+160=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC85A0 is #037A5F. Grayscale: #ABABAB. Windows color (decimal): -227936 or 10520060. OLE color: 10520060.

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

Color convert

RGB 252 133 160 -
CMYK 0 0.47 0.37 0.01
HSL 346.39º 0.95% 0.75% -
HSV(B) 346.39º 0.47% 0.99% -
XYZ 54.88 40.01 38.09 -
YUV 171.66 121.42 185.3 -
System Red Green Blue C M Y K H S L
Decimal 252 133 160 0 0.47 0.37 0.01 346.39 0.95 0.75
Hex FC 85 A0 0 2F 25 1 15A 5F 4B
Octal 374 205 240 0 57 45 1 532 137 113
Binary 11111100 10000101 10100000 0 101111 100101 1 101011010 1011111 1001011

Color Harmonies of #FC85A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85A0

Black with #FC85A0

Text Example


Text Example

White with #FC85A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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