Shades of Light Pink #FDACBC
Tints of Light Pink #FDACBC
RGB
CMYK
RGB Variations
Color information
#FDACBC (or 0xFDACBC) is known color: Light Pink. HEX triplet: FD, AC and BC. RGB value is (253,172,188). Sum of RGB (Red+Green+Blue) = 253+172+188=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACBC is #025343. Grayscale: #C6C6C6. Windows color (decimal): -152388 or 12365053. OLE color: 12365053.
HSL color Cylindrical-coordinate representation of color #FDACBC: hue angle of 348.15º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACBC is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 188 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.01 |
| HSL | 348.15º | 0.95% | 0.83% | - |
| HSV(B) | 348.15º | 0.32% | 0.99% | - |
| XYZ | 64.34 | 54.02 | 54.61 | - |
| YUV | 198.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 188 | 0 | 0.32 | 0.26 | 0.01 | 348.15 | 0.95 | 0.83 |
| Hex | FD | AC | BC | 0 | 20 | 1A | 1 | 15C | 5F | 53 |
| Octal | 375 | 254 | 274 | 0 | 40 | 32 | 1 | 534 | 137 | 123 |
| Binary | 11111101 | 10101100 | 10111100 | 0 | 100000 | 11010 | 1 | 101011100 | 1011111 | 1010011 |
Color Harmonies of #FDACBC
Complementary color
Monochromatic Colors of #FDACBC
Black with #FDACBC
Text Example
Text Example
White with #FDACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACBC; }
p { color: rgb(253,172,188); }
H1.HeaderClassName
{
color: #FDACBC;
}
.AnyTagClassName
{
color: #FDACBC;
}
</style>
background-color css
<style>
a { background-color: #FDACBC; }
a { background-color: rgb(253,172,188); }
div.DivClassName
{
background-color: #FDACBC;
}
.BgClassName
{
background-color: #FDACBC;
}
</style>
border-color css
<style>
span { border-color: #FDACBC; }
span { border-color: rgb(253,172,188); }
td.TdClassName
{
border-color: #FDACBC;
}
.TagClassName
{
border-color: #FDACBC;
}
</style>