Shades of Light Pink #FDA8B7
Tints of Light Pink #FDA8B7
RGB
CMYK
RGB Variations
Color information
#FDA8B7 (or 0xFDA8B7) is known color: Light Pink. HEX triplet: FD, A8 and B7. RGB value is (253,168,183). Sum of RGB (Red+Green+Blue) = 253+168+183=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8B7 is #025748. Grayscale: #C3C3C3. Windows color (decimal): -153417 or 12036349. OLE color: 12036349.
HSL color Cylindrical-coordinate representation of color #FDA8B7: hue angle of 349.41º 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 #FDA8B7 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 183 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.01 |
| HSL | 349.41º | 0.96% | 0.83% | - |
| HSV(B) | 349.41º | 0.34% | 0.99% | - |
| XYZ | 63.06 | 52.31 | 51.57 | - |
| YUV | 195.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 183 | 0 | 0.34 | 0.28 | 0.01 | 349.41 | 0.96 | 0.83 |
| Hex | FD | A8 | B7 | 0 | 22 | 1C | 1 | 15D | 60 | 53 |
| Octal | 375 | 250 | 267 | 0 | 42 | 34 | 1 | 535 | 140 | 123 |
| Binary | 11111101 | 10101000 | 10110111 | 0 | 100010 | 11100 | 1 | 101011101 | 1100000 | 1010011 |
Color Harmonies of #FDA8B7
Complementary color
Monochromatic Colors of #FDA8B7
Black with #FDA8B7
Text Example
Text Example
White with #FDA8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8B7; }
p { color: rgb(253,168,183); }
H1.HeaderClassName
{
color: #FDA8B7;
}
.AnyTagClassName
{
color: #FDA8B7;
}
</style>
background-color css
<style>
a { background-color: #FDA8B7; }
a { background-color: rgb(253,168,183); }
div.DivClassName
{
background-color: #FDA8B7;
}
.BgClassName
{
background-color: #FDA8B7;
}
</style>
border-color css
<style>
span { border-color: #FDA8B7; }
span { border-color: rgb(253,168,183); }
td.TdClassName
{
border-color: #FDA8B7;
}
.TagClassName
{
border-color: #FDA8B7;
}
</style>