Html Css Color HEX #FC85AD Tickle Me Pink

📋 copy color: '#FC85AD'

red 252 ◦ green 133 ◦ blue 173

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

Shades of Tickle Me Pink #FC85AD

Tints of Tickle Me Pink #FC85AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31%

R = 45.16%
G = 23.84%
B = 31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC85AD (or 0xFC85AD) is known color: Tickle Me Pink. HEX triplet: FC, 85 and AD. RGB value is (252,133,173). Sum of RGB (Red+Green+Blue) = 252+133+173=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC85AD is #037A52. Grayscale: #ADADAD. Windows color (decimal): -227923 or 11372028. OLE color: 11372028.

HSL color Cylindrical-coordinate representation of color #FC85AD: hue angle of 339.83º 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 #FC85AD is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 133 173 -
CMYK 0 0.47 0.31 0.01
HSL 339.83º 0.95% 0.75% -
HSV(B) 339.83º 0.47% 0.99% -
XYZ 56.08 40.49 44.39 -
YUV 173.14 127.92 184.25 -
System Red Green Blue C M Y K H S L
Decimal 252 133 173 0 0.47 0.31 0.01 339.83 0.95 0.75
Hex FC 85 AD 0 2F 1F 1 154 5F 4B
Octal 374 205 255 0 57 37 1 524 137 113
Binary 11111100 10000101 10101101 0 101111 11111 1 101010100 1011111 1001011

Color Harmonies of #FC85AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85AD

Black with #FC85AD

Text Example


Text Example

White with #FC85AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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