Html Css Color HEX #FC82A8 Tickle Me Pink

📋 copy color: '#FC82A8'

red 252 ◦ green 130 ◦ blue 168

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

Shades of Tickle Me Pink #FC82A8

Tints of Tickle Me Pink #FC82A8

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.64%

 BLUE value IS 168 (66.02% from 255) = 30.55%

R = 45.82%
G = 23.64%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC82A8 (or 0xFC82A8) is known color: Tickle Me Pink. HEX triplet: FC, 82 and A8. RGB value is (252,130,168). Sum of RGB (Red+Green+Blue) = 252+130+168=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC82A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC82A8 is #037D57. Grayscale: #AAAAAA. Windows color (decimal): -228696 or 11043580. OLE color: 11043580.

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

Color convert

RGB 252 130 168 -
CMYK 0 0.48 0.33 0.01
HSL 341.31º 0.95% 0.75% -
HSV(B) 341.31º 0.48% 0.99% -
XYZ 55.2 39.49 41.76 -
YUV 170.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 252 130 168 0 0.48 0.33 0.01 341.31 0.95 0.75
Hex FC 82 A8 0 30 21 1 155 5F 4B
Octal 374 202 250 0 60 41 1 525 137 113
Binary 11111100 10000010 10101000 0 110000 100001 1 101010101 1011111 1001011

Color Harmonies of #FC82A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC82A8

Black with #FC82A8

Text Example


Text Example

White with #FC82A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC82A8; }

 p { color: rgb(252,130,168); }

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

background-color css

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

 a { background-color: rgb(252,130,168); }

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

border-color css

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

 span { border-color: rgb(252,130,168); }

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