Shades of Your Pink #FDBDB9
Tints of Your Pink #FDBDB9
RGB
CMYK
RGB Variations
Color information
#FDBDB9 (or 0xFDBDB9) is known color: Your Pink. HEX triplet: FD, BD and B9. RGB value is (253,189,185). Sum of RGB (Red+Green+Blue) = 253+189+185=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDB9 is #024246. Grayscale: #CFCFCF. Windows color (decimal): -148039 or 12172797. OLE color: 12172797.
HSL color Cylindrical-coordinate representation of color #FDBDB9: hue angle of 3.53º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDBDB9 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 185 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.01 |
| HSL | 3.53º | 0.94% | 0.86% | - |
| HSV(B) | 3.53º | 0.27% | 0.99% | - |
| XYZ | 67.46 | 60.78 | 54.08 | - |
| YUV | 207.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 185 | 0 | 0.25 | 0.27 | 0.01 | 3.53 | 0.94 | 0.86 |
| Hex | FD | BD | B9 | 0 | 19 | 1B | 1 | 4 | 5E | 56 |
| Octal | 375 | 275 | 271 | 0 | 31 | 33 | 1 | 4 | 136 | 126 |
| Binary | 11111101 | 10111101 | 10111001 | 0 | 11001 | 11011 | 1 | 100 | 1011110 | 1010110 |
Color Harmonies of #FDBDB9
Complementary color
Monochromatic Colors of #FDBDB9
Black with #FDBDB9
Text Example
Text Example
White with #FDBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDB9; }
p { color: rgb(253,189,185); }
H1.HeaderClassName
{
color: #FDBDB9;
}
.AnyTagClassName
{
color: #FDBDB9;
}
</style>
background-color css
<style>
a { background-color: #FDBDB9; }
a { background-color: rgb(253,189,185); }
div.DivClassName
{
background-color: #FDBDB9;
}
.BgClassName
{
background-color: #FDBDB9;
}
</style>
border-color css
<style>
span { border-color: #FDBDB9; }
span { border-color: rgb(253,189,185); }
td.TdClassName
{
border-color: #FDBDB9;
}
.TagClassName
{
border-color: #FDBDB9;
}
</style>