Shades of Pink #FDBACA
Tints of Pink #FDBACA
RGB
CMYK
RGB Variations
Color information
#FDBACA (or 0xFDBACA) is known color: Pink. HEX triplet: FD, BA and CA. RGB value is (253,186,202). Sum of RGB (Red+Green+Blue) = 253+186+202=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBACA is #024535. Grayscale: #CFCFCF. Windows color (decimal): -148790 or 13286141. OLE color: 13286141.
HSL color Cylindrical-coordinate representation of color #FDBACA: hue angle of 345.67º 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 #FDBACA is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 202 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.01 |
| HSL | 345.67º | 0.94% | 0.86% | - |
| HSV(B) | 345.67º | 0.26% | 0.99% | - |
| XYZ | 68.73 | 60.26 | 63.89 | - |
| YUV | 207.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 202 | 0 | 0.26 | 0.20 | 0.01 | 345.67 | 0.94 | 0.86 |
| Hex | FD | BA | CA | 0 | 1A | 14 | 1 | 15A | 5E | 56 |
| Octal | 375 | 272 | 312 | 0 | 32 | 24 | 1 | 532 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11001010 | 0 | 11010 | 10100 | 1 | 101011010 | 1011110 | 1010110 |
Color Harmonies of #FDBACA
Complementary color
Monochromatic Colors of #FDBACA
Black with #FDBACA
Text Example
Text Example
White with #FDBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBACA; }
p { color: rgb(253,186,202); }
H1.HeaderClassName
{
color: #FDBACA;
}
.AnyTagClassName
{
color: #FDBACA;
}
</style>
background-color css
<style>
a { background-color: #FDBACA; }
a { background-color: rgb(253,186,202); }
div.DivClassName
{
background-color: #FDBACA;
}
.BgClassName
{
background-color: #FDBACA;
}
</style>
border-color css
<style>
span { border-color: #FDBACA; }
span { border-color: rgb(253,186,202); }
td.TdClassName
{
border-color: #FDBACA;
}
.TagClassName
{
border-color: #FDBACA;
}
</style>