Shades of Your Pink #FDBDB8
Tints of Your Pink #FDBDB8
RGB
CMYK
RGB Variations
Color information
#FDBDB8 (or 0xFDBDB8) is known color: Your Pink. HEX triplet: FD, BD and B8. RGB value is (253,189,184). Sum of RGB (Red+Green+Blue) = 253+189+184=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDB8 is #024247. Grayscale: #CFCFCF. Windows color (decimal): -148040 or 12107261. OLE color: 12107261.
HSL color Cylindrical-coordinate representation of color #FDBDB8: hue angle of 4.35º degrees, saturation: 0.95, 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 #FDBDB8 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 184 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.01 |
| HSL | 4.35º | 0.95% | 0.86% | - |
| HSV(B) | 4.35º | 0.27% | 0.99% | - |
| XYZ | 67.36 | 60.74 | 53.52 | - |
| YUV | 207.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 184 | 0 | 0.25 | 0.27 | 0.01 | 4.35 | 0.95 | 0.86 |
| Hex | FD | BD | B8 | 0 | 19 | 1B | 1 | 4 | 5F | 56 |
| Octal | 375 | 275 | 270 | 0 | 31 | 33 | 1 | 4 | 137 | 126 |
| Binary | 11111101 | 10111101 | 10111000 | 0 | 11001 | 11011 | 1 | 100 | 1011111 | 1010110 |
Color Harmonies of #FDBDB8
Complementary color
Monochromatic Colors of #FDBDB8
Black with #FDBDB8
Text Example
Text Example
White with #FDBDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDB8; }
p { color: rgb(253,189,184); }
H1.HeaderClassName
{
color: #FDBDB8;
}
.AnyTagClassName
{
color: #FDBDB8;
}
</style>
background-color css
<style>
a { background-color: #FDBDB8; }
a { background-color: rgb(253,189,184); }
div.DivClassName
{
background-color: #FDBDB8;
}
.BgClassName
{
background-color: #FDBDB8;
}
</style>
border-color css
<style>
span { border-color: #FDBDB8; }
span { border-color: rgb(253,189,184); }
td.TdClassName
{
border-color: #FDBDB8;
}
.TagClassName
{
border-color: #FDBDB8;
}
</style>