Shades of Light Pink #FDA8B5
Tints of Light Pink #FDA8B5
RGB
CMYK
RGB Variations
Color information
#FDA8B5 (or 0xFDA8B5) is known color: Light Pink. HEX triplet: FD, A8 and B5. RGB value is (253,168,181). Sum of RGB (Red+Green+Blue) = 253+168+181=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8B5 is #02574A. Grayscale: #C2C2C2. Windows color (decimal): -153419 or 11905277. OLE color: 11905277.
HSL color Cylindrical-coordinate representation of color #FDA8B5: hue angle of 350.82º 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 #FDA8B5 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 181 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.01 |
| HSL | 350.82º | 0.96% | 0.83% | - |
| HSV(B) | 350.82º | 0.34% | 0.99% | - |
| XYZ | 62.85 | 52.22 | 50.48 | - |
| YUV | 194.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 181 | 0 | 0.34 | 0.28 | 0.01 | 350.82 | 0.96 | 0.83 |
| Hex | FD | A8 | B5 | 0 | 22 | 1C | 1 | 15F | 60 | 53 |
| Octal | 375 | 250 | 265 | 0 | 42 | 34 | 1 | 537 | 140 | 123 |
| Binary | 11111101 | 10101000 | 10110101 | 0 | 100010 | 11100 | 1 | 101011111 | 1100000 | 1010011 |
Color Harmonies of #FDA8B5
Complementary color
Monochromatic Colors of #FDA8B5
Black with #FDA8B5
Text Example
Text Example
White with #FDA8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8B5; }
p { color: rgb(253,168,181); }
H1.HeaderClassName
{
color: #FDA8B5;
}
.AnyTagClassName
{
color: #FDA8B5;
}
</style>
background-color css
<style>
a { background-color: #FDA8B5; }
a { background-color: rgb(253,168,181); }
div.DivClassName
{
background-color: #FDA8B5;
}
.BgClassName
{
background-color: #FDA8B5;
}
</style>
border-color css
<style>
span { border-color: #FDA8B5; }
span { border-color: rgb(253,168,181); }
td.TdClassName
{
border-color: #FDA8B5;
}
.TagClassName
{
border-color: #FDA8B5;
}
</style>