Shades of Light Pink #FDACB1
Tints of Light Pink #FDACB1
RGB
CMYK
RGB Variations
Color information
#FDACB1 (or 0xFDACB1) is known color: Light Pink. HEX triplet: FD, AC and B1. RGB value is (253,172,177). Sum of RGB (Red+Green+Blue) = 253+172+177=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDACB1 is #02534E. Grayscale: #C4C4C4. Windows color (decimal): -152399 or 11644157. OLE color: 11644157.
HSL color Cylindrical-coordinate representation of color #FDACB1: hue angle of 356.3º 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 #FDACB1 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 177 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.01 |
| HSL | 356.3º | 0.95% | 0.83% | - |
| HSV(B) | 356.3º | 0.32% | 0.99% | - |
| XYZ | 63.2 | 53.56 | 48.6 | - |
| YUV | 196.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 177 | 0 | 0.32 | 0.30 | 0.01 | 356.3 | 0.95 | 0.83 |
| Hex | FD | AC | B1 | 0 | 20 | 1E | 1 | 164 | 5F | 53 |
| Octal | 375 | 254 | 261 | 0 | 40 | 36 | 1 | 544 | 137 | 123 |
| Binary | 11111101 | 10101100 | 10110001 | 0 | 100000 | 11110 | 1 | 101100100 | 1011111 | 1010011 |
Color Harmonies of #FDACB1
Complementary color
Monochromatic Colors of #FDACB1
Black with #FDACB1
Text Example
Text Example
White with #FDACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACB1; }
p { color: rgb(253,172,177); }
H1.HeaderClassName
{
color: #FDACB1;
}
.AnyTagClassName
{
color: #FDACB1;
}
</style>
background-color css
<style>
a { background-color: #FDACB1; }
a { background-color: rgb(253,172,177); }
div.DivClassName
{
background-color: #FDACB1;
}
.BgClassName
{
background-color: #FDACB1;
}
</style>
border-color css
<style>
span { border-color: #FDACB1; }
span { border-color: rgb(253,172,177); }
td.TdClassName
{
border-color: #FDACB1;
}
.TagClassName
{
border-color: #FDACB1;
}
</style>