Shades of Light Pink #FDA9B0
Tints of Light Pink #FDA9B0
RGB
CMYK
RGB Variations
Color information
#FDA9B0 (or 0xFDA9B0) is known color: Light Pink. HEX triplet: FD, A9 and B0. RGB value is (253,169,176). Sum of RGB (Red+Green+Blue) = 253+169+176=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA9B0 is #02564F. Grayscale: #C2C2C2. Windows color (decimal): -153168 or 11577853. OLE color: 11577853.
HSL color Cylindrical-coordinate representation of color #FDA9B0: hue angle of 355º 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 #FDA9B0 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 176 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.01 |
| HSL | 355º | 0.95% | 0.83% | - |
| HSV(B) | 355º | 0.33% | 0.99% | - |
| XYZ | 62.53 | 52.39 | 47.89 | - |
| YUV | 194.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 176 | 0 | 0.33 | 0.30 | 0.01 | 355 | 0.95 | 0.83 |
| Hex | FD | A9 | B0 | 0 | 21 | 1E | 1 | 163 | 5F | 53 |
| Octal | 375 | 251 | 260 | 0 | 41 | 36 | 1 | 543 | 137 | 123 |
| Binary | 11111101 | 10101001 | 10110000 | 0 | 100001 | 11110 | 1 | 101100011 | 1011111 | 1010011 |
Color Harmonies of #FDA9B0
Complementary color
Monochromatic Colors of #FDA9B0
Black with #FDA9B0
Text Example
Text Example
White with #FDA9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9B0; }
p { color: rgb(253,169,176); }
H1.HeaderClassName
{
color: #FDA9B0;
}
.AnyTagClassName
{
color: #FDA9B0;
}
</style>
background-color css
<style>
a { background-color: #FDA9B0; }
a { background-color: rgb(253,169,176); }
div.DivClassName
{
background-color: #FDA9B0;
}
.BgClassName
{
background-color: #FDA9B0;
}
</style>
border-color css
<style>
span { border-color: #FDA9B0; }
span { border-color: rgb(253,169,176); }
td.TdClassName
{
border-color: #FDA9B0;
}
.TagClassName
{
border-color: #FDA9B0;
}
</style>