Shades of Light Pink #FDA8B9
Tints of Light Pink #FDA8B9
RGB
CMYK
RGB Variations
Color information
#FDA8B9 (or 0xFDA8B9) is known color: Light Pink. HEX triplet: FD, A8 and B9. RGB value is (253,168,185). Sum of RGB (Red+Green+Blue) = 253+168+185=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8B9 is #025746. Grayscale: #C3C3C3. Windows color (decimal): -153415 or 12167421. OLE color: 12167421.
HSL color Cylindrical-coordinate representation of color #FDA8B9: hue angle of 348º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8B9 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 185 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.01 |
| HSL | 348º | 0.96% | 0.83% | - |
| HSV(B) | 348º | 0.34% | 0.99% | - |
| XYZ | 63.27 | 52.39 | 52.68 | - |
| YUV | 195.35 | 122.16 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 185 | 0 | 0.34 | 0.27 | 0.01 | 348 | 0.96 | 0.83 |
| Hex | FD | A8 | B9 | 0 | 22 | 1B | 1 | 15C | 60 | 53 |
| Octal | 375 | 250 | 271 | 0 | 42 | 33 | 1 | 534 | 140 | 123 |
| Binary | 11111101 | 10101000 | 10111001 | 0 | 100010 | 11011 | 1 | 101011100 | 1100000 | 1010011 |
Color Harmonies of #FDA8B9
Complementary color
Monochromatic Colors of #FDA8B9
Black with #FDA8B9
Text Example
Text Example
White with #FDA8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8B9; }
p { color: rgb(253,168,185); }
H1.HeaderClassName
{
color: #FDA8B9;
}
.AnyTagClassName
{
color: #FDA8B9;
}
</style>
background-color css
<style>
a { background-color: #FDA8B9; }
a { background-color: rgb(253,168,185); }
div.DivClassName
{
background-color: #FDA8B9;
}
.BgClassName
{
background-color: #FDA8B9;
}
</style>
border-color css
<style>
span { border-color: #FDA8B9; }
span { border-color: rgb(253,168,185); }
td.TdClassName
{
border-color: #FDA8B9;
}
.TagClassName
{
border-color: #FDA8B9;
}
</style>