Shades of Pink #FDBAC7
Tints of Pink #FDBAC7
RGB
CMYK
RGB Variations
Color information
#FDBAC7 (or 0xFDBAC7) is known color: Pink. HEX triplet: FD, BA and C7. RGB value is (253,186,199). Sum of RGB (Red+Green+Blue) = 253+186+199=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAC7 is #024538. Grayscale: #CFCFCF. Windows color (decimal): -148793 or 13089533. OLE color: 13089533.
HSL color Cylindrical-coordinate representation of color #FDBAC7: hue angle of 348.36º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBAC7 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 199 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.01 |
| HSL | 348.36º | 0.94% | 0.86% | - |
| HSV(B) | 348.36º | 0.26% | 0.99% | - |
| XYZ | 68.38 | 60.12 | 62.03 | - |
| YUV | 207.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 199 | 0 | 0.26 | 0.21 | 0.01 | 348.36 | 0.94 | 0.86 |
| Hex | FD | BA | C7 | 0 | 1A | 15 | 1 | 15C | 5E | 56 |
| Octal | 375 | 272 | 307 | 0 | 32 | 25 | 1 | 534 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11000111 | 0 | 11010 | 10101 | 1 | 101011100 | 1011110 | 1010110 |
Color Harmonies of #FDBAC7
Complementary color
Monochromatic Colors of #FDBAC7
Black with #FDBAC7
Text Example
Text Example
White with #FDBAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAC7; }
p { color: rgb(253,186,199); }
H1.HeaderClassName
{
color: #FDBAC7;
}
.AnyTagClassName
{
color: #FDBAC7;
}
</style>
background-color css
<style>
a { background-color: #FDBAC7; }
a { background-color: rgb(253,186,199); }
div.DivClassName
{
background-color: #FDBAC7;
}
.BgClassName
{
background-color: #FDBAC7;
}
</style>
border-color css
<style>
span { border-color: #FDBAC7; }
span { border-color: rgb(253,186,199); }
td.TdClassName
{
border-color: #FDBAC7;
}
.TagClassName
{
border-color: #FDBAC7;
}
</style>