Shades of Light Pink #FDBAC6
Tints of Light Pink #FDBAC6
RGB
CMYK
RGB Variations
Color information
#FDBAC6 (or 0xFDBAC6) is known color: Light Pink. HEX triplet: FD, BA and C6. RGB value is (253,186,198). Sum of RGB (Red+Green+Blue) = 253+186+198=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAC6 is #024539. Grayscale: #CFCFCF. Windows color (decimal): -148794 or 13023997. OLE color: 13023997.
HSL color Cylindrical-coordinate representation of color #FDBAC6: hue angle of 349.25º 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 #FDBAC6 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 198 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.01 |
| HSL | 349.25º | 0.94% | 0.86% | - |
| HSV(B) | 349.25º | 0.26% | 0.99% | - |
| XYZ | 68.26 | 60.08 | 61.42 | - |
| YUV | 207.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 198 | 0 | 0.26 | 0.22 | 0.01 | 349.25 | 0.94 | 0.86 |
| Hex | FD | BA | C6 | 0 | 1A | 16 | 1 | 15D | 5E | 56 |
| Octal | 375 | 272 | 306 | 0 | 32 | 26 | 1 | 535 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11000110 | 0 | 11010 | 10110 | 1 | 101011101 | 1011110 | 1010110 |
Color Harmonies of #FDBAC6
Complementary color
Monochromatic Colors of #FDBAC6
Black with #FDBAC6
Text Example
Text Example
White with #FDBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAC6; }
p { color: rgb(253,186,198); }
H1.HeaderClassName
{
color: #FDBAC6;
}
.AnyTagClassName
{
color: #FDBAC6;
}
</style>
background-color css
<style>
a { background-color: #FDBAC6; }
a { background-color: rgb(253,186,198); }
div.DivClassName
{
background-color: #FDBAC6;
}
.BgClassName
{
background-color: #FDBAC6;
}
</style>
border-color css
<style>
span { border-color: #FDBAC6; }
span { border-color: rgb(253,186,198); }
td.TdClassName
{
border-color: #FDBAC6;
}
.TagClassName
{
border-color: #FDBAC6;
}
</style>