Html Css Color HEX #FC829A Tickle Me Pink

📋 copy color: '#FC829A'

red 252 ◦ green 130 ◦ blue 154

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

Shades of Tickle Me Pink #FC829A

Tints of Tickle Me Pink #FC829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.73%

R = 47.01%
G = 24.25%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC829A (or 0xFC829A) is known color: Tickle Me Pink. HEX triplet: FC, 82 and 9A. RGB value is (252,130,154). Sum of RGB (Red+Green+Blue) = 252+130+154=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC829A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC829A is #037D65. Grayscale: #A9A9A9. Windows color (decimal): -228710 or 10126076. OLE color: 10126076.

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

Color convert

RGB 252 130 154 -
CMYK 0 0.48 0.39 0.01
HSL 348.2º 0.95% 0.75% -
HSV(B) 348.2º 0.48% 0.99% -
XYZ 53.96 38.99 35.25 -
YUV 169.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 252 130 154 0 0.48 0.39 0.01 348.2 0.95 0.75
Hex FC 82 9A 0 30 27 1 15C 5F 4B
Octal 374 202 232 0 60 47 1 534 137 113
Binary 11111100 10000010 10011010 0 110000 100111 1 101011100 1011111 1001011

Color Harmonies of #FC829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC829A

Black with #FC829A

Text Example


Text Example

White with #FC829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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