Shades of Light Pink #FDACB9
Tints of Light Pink #FDACB9
RGB
CMYK
RGB Variations
Color information
#FDACB9 (or 0xFDACB9) is known color: Light Pink. HEX triplet: FD, AC and B9. RGB value is (253,172,185). Sum of RGB (Red+Green+Blue) = 253+172+185=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACB9 is #025346. Grayscale: #C5C5C5. Windows color (decimal): -152391 or 12168445. OLE color: 12168445.
HSL color Cylindrical-coordinate representation of color #FDACB9: hue angle of 350.37º 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 #FDACB9 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 185 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.01 |
| HSL | 350.37º | 0.95% | 0.83% | - |
| HSV(B) | 350.37º | 0.32% | 0.99% | - |
| XYZ | 64.02 | 53.89 | 52.93 | - |
| YUV | 197.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 185 | 0 | 0.32 | 0.27 | 0.01 | 350.37 | 0.95 | 0.83 |
| Hex | FD | AC | B9 | 0 | 20 | 1B | 1 | 15E | 5F | 53 |
| Octal | 375 | 254 | 271 | 0 | 40 | 33 | 1 | 536 | 137 | 123 |
| Binary | 11111101 | 10101100 | 10111001 | 0 | 100000 | 11011 | 1 | 101011110 | 1011111 | 1010011 |
Color Harmonies of #FDACB9
Complementary color
Monochromatic Colors of #FDACB9
Black with #FDACB9
Text Example
Text Example
White with #FDACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACB9; }
p { color: rgb(253,172,185); }
H1.HeaderClassName
{
color: #FDACB9;
}
.AnyTagClassName
{
color: #FDACB9;
}
</style>
background-color css
<style>
a { background-color: #FDACB9; }
a { background-color: rgb(253,172,185); }
div.DivClassName
{
background-color: #FDACB9;
}
.BgClassName
{
background-color: #FDACB9;
}
</style>
border-color css
<style>
span { border-color: #FDACB9; }
span { border-color: rgb(253,172,185); }
td.TdClassName
{
border-color: #FDACB9;
}
.TagClassName
{
border-color: #FDACB9;
}
</style>