Html Css Color HEX #FD80B2 Tickle Me Pink

📋 copy color: '#FD80B2'

red 253 ◦ green 128 ◦ blue 178

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

Shades of Tickle Me Pink #FD80B2

Tints of Tickle Me Pink #FD80B2

RGB

 RED value IS 253 (99.22% from 255) = 45.26%

 GREEN value IS 128 (50.39% from 255) = 22.9%

 BLUE value IS 178 (69.92% from 255) = 31.84%

R = 45.26%
G = 22.9%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD80B2 (or 0xFD80B2) is known color: Tickle Me Pink. HEX triplet: FD, 80 and B2. RGB value is (253,128,178). Sum of RGB (Red+Green+Blue) = 253+128+178=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD80B2 is #027F4D. Grayscale: #ABABAB. Windows color (decimal): -163662 or 11698429. OLE color: 11698429.

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

Color convert

RGB 253 128 178 -
CMYK 0 0.49 0.30 0.01
HSL 336º 0.97% 0.75% -
HSV(B) 336º 0.49% 0.99% -
XYZ 56.26 39.54 46.79 -
YUV 171.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 253 128 178 0 0.49 0.30 0.01 336 0.97 0.75
Hex FD 80 B2 0 31 1E 1 150 61 4B
Octal 375 200 262 0 61 36 1 520 141 113
Binary 11111101 10000000 10110010 0 110001 11110 1 101010000 1100001 1001011

Color Harmonies of #FD80B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD80B2

Black with #FD80B2

Text Example


Text Example

White with #FD80B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD80B2; }

 p { color: rgb(253,128,178); }

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

background-color css

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

 a { background-color: rgb(253,128,178); }

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

border-color css

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

 span { border-color: rgb(253,128,178); }

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