Shades of Light Pink #FDA9B8
Tints of Light Pink #FDA9B8
RGB
CMYK
RGB Variations
Color information
#FDA9B8 (or 0xFDA9B8) is known color: Light Pink. HEX triplet: FD, A9 and B8. RGB value is (253,169,184). Sum of RGB (Red+Green+Blue) = 253+169+184=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9B8 is #025647. Grayscale: #C3C3C3. Windows color (decimal): -153160 or 12102141. OLE color: 12102141.
HSL color Cylindrical-coordinate representation of color #FDA9B8: hue angle of 349.29º 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 #FDA9B8 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 184 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.01 |
| HSL | 349.29º | 0.95% | 0.83% | - |
| HSV(B) | 349.29º | 0.33% | 0.99% | - |
| XYZ | 63.35 | 52.72 | 52.18 | - |
| YUV | 195.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 184 | 0 | 0.33 | 0.27 | 0.01 | 349.29 | 0.95 | 0.83 |
| Hex | FD | A9 | B8 | 0 | 21 | 1B | 1 | 15D | 5F | 53 |
| Octal | 375 | 251 | 270 | 0 | 41 | 33 | 1 | 535 | 137 | 123 |
| Binary | 11111101 | 10101001 | 10111000 | 0 | 100001 | 11011 | 1 | 101011101 | 1011111 | 1010011 |
Color Harmonies of #FDA9B8
Complementary color
Monochromatic Colors of #FDA9B8
Black with #FDA9B8
Text Example
Text Example
White with #FDA9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9B8; }
p { color: rgb(253,169,184); }
H1.HeaderClassName
{
color: #FDA9B8;
}
.AnyTagClassName
{
color: #FDA9B8;
}
</style>
background-color css
<style>
a { background-color: #FDA9B8; }
a { background-color: rgb(253,169,184); }
div.DivClassName
{
background-color: #FDA9B8;
}
.BgClassName
{
background-color: #FDA9B8;
}
</style>
border-color css
<style>
span { border-color: #FDA9B8; }
span { border-color: rgb(253,169,184); }
td.TdClassName
{
border-color: #FDA9B8;
}
.TagClassName
{
border-color: #FDA9B8;
}
</style>