Shades of Light Pink #FDBAC3
Tints of Light Pink #FDBAC3
RGB
CMYK
RGB Variations
Color information
#FDBAC3 (or 0xFDBAC3) is known color: Light Pink. HEX triplet: FD, BA and C3. RGB value is (253,186,195). Sum of RGB (Red+Green+Blue) = 253+186+195=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAC3 is #02453C. Grayscale: #CFCFCF. Windows color (decimal): -148797 or 12827389. OLE color: 12827389.
HSL color Cylindrical-coordinate representation of color #FDBAC3: hue angle of 351.94º 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 #FDBAC3 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 195 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.01 |
| HSL | 351.94º | 0.94% | 0.86% | - |
| HSV(B) | 351.94º | 0.26% | 0.99% | - |
| XYZ | 67.92 | 59.94 | 59.62 | - |
| YUV | 207.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 195 | 0 | 0.26 | 0.23 | 0.01 | 351.94 | 0.94 | 0.86 |
| Hex | FD | BA | C3 | 0 | 1A | 17 | 1 | 160 | 5E | 56 |
| Octal | 375 | 272 | 303 | 0 | 32 | 27 | 1 | 540 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11000011 | 0 | 11010 | 10111 | 1 | 101100000 | 1011110 | 1010110 |
Color Harmonies of #FDBAC3
Complementary color
Monochromatic Colors of #FDBAC3
Black with #FDBAC3
Text Example
Text Example
White with #FDBAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAC3; }
p { color: rgb(253,186,195); }
H1.HeaderClassName
{
color: #FDBAC3;
}
.AnyTagClassName
{
color: #FDBAC3;
}
</style>
background-color css
<style>
a { background-color: #FDBAC3; }
a { background-color: rgb(253,186,195); }
div.DivClassName
{
background-color: #FDBAC3;
}
.BgClassName
{
background-color: #FDBAC3;
}
</style>
border-color css
<style>
span { border-color: #FDBAC3; }
span { border-color: rgb(253,186,195); }
td.TdClassName
{
border-color: #FDBAC3;
}
.TagClassName
{
border-color: #FDBAC3;
}
</style>