Html Css Color HEX #FC8CA5 Tickle Me Pink

📋 copy color: '#FC8CA5'

red 252 ◦ green 140 ◦ blue 165

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

Shades of Tickle Me Pink #FC8CA5

Tints of Tickle Me Pink #FC8CA5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.13%

 BLUE value IS 165 (64.84% from 255) = 29.62%

R = 45.24%
G = 25.13%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC8CA5 (or 0xFC8CA5) is known color: Tickle Me Pink. HEX triplet: FC, 8C and A5. RGB value is (252,140,165). Sum of RGB (Red+Green+Blue) = 252+140+165=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8CA5 is #03735A. Grayscale: #B0B0B0. Windows color (decimal): -226139 or 10849532. OLE color: 10849532.

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

Color convert

RGB 252 140 165 -
CMYK 0 0.44 0.35 0.01
HSL 346.61º 0.95% 0.77% -
HSV(B) 346.61º 0.44% 0.99% -
XYZ 56.31 42.17 40.77 -
YUV 176.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 252 140 165 0 0.44 0.35 0.01 346.61 0.95 0.77
Hex FC 8C A5 0 2C 23 1 15B 5F 4D
Octal 374 214 245 0 54 43 1 533 137 115
Binary 11111100 10001100 10100101 0 101100 100011 1 101011011 1011111 1001101

Color Harmonies of #FC8CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8CA5

Black with #FC8CA5

Text Example


Text Example

White with #FC8CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8CA5; }

 p { color: rgb(252,140,165); }

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

background-color css

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

 a { background-color: rgb(252,140,165); }

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

border-color css

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

 span { border-color: rgb(252,140,165); }

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