Html Css Color HEX #FA829B Tickle Me Pink

📋 copy color: '#FA829B'

red 250 ◦ green 130 ◦ blue 155

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

Shades of Tickle Me Pink #FA829B

Tints of Tickle Me Pink #FA829B

RGB

 RED value IS 250 (98.05% from 255) = 46.73%

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

 BLUE value IS 155 (60.94% from 255) = 28.97%

R = 46.73%
G = 24.3%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA829B (or 0xFA829B) is known color: Tickle Me Pink. HEX triplet: FA, 82 and 9B. RGB value is (250,130,155). Sum of RGB (Red+Green+Blue) = 250+130+155=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA829B is #057D64. Grayscale: #A8A8A8. Windows color (decimal): -359781 or 10191610. OLE color: 10191610.

HSL color Cylindrical-coordinate representation of color #FA829B: hue angle of 347.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA829B is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 130 155 -
CMYK 0 0.48 0.38 0.02
HSL 347.5º 0.92% 0.75% -
HSV(B) 347.5º 0.48% 0.98% -
XYZ 53.32 38.66 35.66 -
YUV 168.73 120.26 185.97 -
System Red Green Blue C M Y K H S L
Decimal 250 130 155 0 0.48 0.38 0.02 347.5 0.92 0.75
Hex FA 82 9B 0 30 26 2 15C 5C 4B
Octal 372 202 233 0 60 46 2 534 134 113
Binary 11111010 10000010 10011011 0 110000 100110 10 101011100 1011100 1001011

Color Harmonies of #FA829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA829B

Black with #FA829B

Text Example


Text Example

White with #FA829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA829B; }

 p { color: rgb(250,130,155); }

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

background-color css

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

 a { background-color: rgb(250,130,155); }

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

border-color css

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

 span { border-color: rgb(250,130,155); }

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