Shades of Tickle Me Pink #FD80B0
Tints of Tickle Me Pink #FD80B0
RGB
CMYK
RGB Variations
Color information
#FD80B0 (or 0xFD80B0) is known color: Tickle Me Pink. HEX triplet: FD, 80 and B0. RGB value is (253,128,176). Sum of RGB (Red+Green+Blue) = 253+128+176=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD80B0 is #027F4F. Grayscale: #AAAAAA. Windows color (decimal): -163664 or 11567357. OLE color: 11567357.
HSL color Cylindrical-coordinate representation of color #FD80B0: hue angle of 336.96º 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 #FD80B0 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 128 | 176 | - |
CMYK | 0 | 0.49 | 0.30 | 0.01 |
HSL | 336.96º | 0.97% | 0.75% | - |
HSV(B) | 336.96º | 0.49% | 0.99% | - |
XYZ | 56.06 | 39.46 | 45.74 | - |
YUV | 170.85 | 130.91 | 186.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 128 | 176 | 0 | 0.49 | 0.30 | 0.01 | 336.96 | 0.97 | 0.75 |
Hex | FD | 80 | B0 | 0 | 31 | 1E | 1 | 151 | 61 | 4B |
Octal | 375 | 200 | 260 | 0 | 61 | 36 | 1 | 521 | 141 | 113 |
Binary | 11111101 | 10000000 | 10110000 | 0 | 110001 | 11110 | 1 | 101010001 | 1100001 | 1001011 |
Color Harmonies of #FD80B0
Complementary color
Monochromatic Colors of #FD80B0
Black with #FD80B0
Text Example
Text Example
White with #FD80B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD80B0; }
p { color: rgb(253,128,176); }
H1.HeaderClassName
{
color: #FD80B0;
}
.AnyTagClassName
{
color: #FD80B0;
}
</style>
background-color css
<style>
a { background-color: #FD80B0; }
a { background-color: rgb(253,128,176); }
div.DivClassName
{
background-color: #FD80B0;
}
.BgClassName
{
background-color: #FD80B0;
}
</style>
border-color css
<style>
span { border-color: #FD80B0; }
span { border-color: rgb(253,128,176); }
td.TdClassName
{
border-color: #FD80B0;
}
.TagClassName
{
border-color: #FD80B0;
}
</style>