Shades of Light Pink #FDA9BA
Tints of Light Pink #FDA9BA
RGB
CMYK
RGB Variations
Color information
#FDA9BA (or 0xFDA9BA) is known color: Light Pink. HEX triplet: FD, A9 and BA. RGB value is (253,169,186). Sum of RGB (Red+Green+Blue) = 253+169+186=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9BA is #025645. Grayscale: #C4C4C4. Windows color (decimal): -153158 or 12233213. OLE color: 12233213.
HSL color Cylindrical-coordinate representation of color #FDA9BA: hue angle of 347.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9BA is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 186 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.01 |
| HSL | 347.86º | 0.95% | 0.83% | - |
| HSV(B) | 347.86º | 0.33% | 0.99% | - |
| XYZ | 63.56 | 52.8 | 53.3 | - |
| YUV | 196.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 186 | 0 | 0.33 | 0.26 | 0.01 | 347.86 | 0.95 | 0.83 |
| Hex | FD | A9 | BA | 0 | 21 | 1A | 1 | 15C | 5F | 53 |
| Octal | 375 | 251 | 272 | 0 | 41 | 32 | 1 | 534 | 137 | 123 |
| Binary | 11111101 | 10101001 | 10111010 | 0 | 100001 | 11010 | 1 | 101011100 | 1011111 | 1010011 |
Color Harmonies of #FDA9BA
Complementary color
Monochromatic Colors of #FDA9BA
Black with #FDA9BA
Text Example
Text Example
White with #FDA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9BA; }
p { color: rgb(253,169,186); }
H1.HeaderClassName
{
color: #FDA9BA;
}
.AnyTagClassName
{
color: #FDA9BA;
}
</style>
background-color css
<style>
a { background-color: #FDA9BA; }
a { background-color: rgb(253,169,186); }
div.DivClassName
{
background-color: #FDA9BA;
}
.BgClassName
{
background-color: #FDA9BA;
}
</style>
border-color css
<style>
span { border-color: #FDA9BA; }
span { border-color: rgb(253,169,186); }
td.TdClassName
{
border-color: #FDA9BA;
}
.TagClassName
{
border-color: #FDA9BA;
}
</style>