Shades of Light Pink #FDA7B8
Tints of Light Pink #FDA7B8
RGB
CMYK
RGB Variations
Color information
#FDA7B8 (or 0xFDA7B8) is known color: Light Pink. HEX triplet: FD, A7 and B8. RGB value is (253,167,184). Sum of RGB (Red+Green+Blue) = 253+167+184=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7B8 is #025847. Grayscale: #C2C2C2. Windows color (decimal): -153672 or 12101629. OLE color: 12101629.
HSL color Cylindrical-coordinate representation of color #FDA7B8: hue angle of 348.14º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA7B8 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 184 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.01 |
| HSL | 348.14º | 0.96% | 0.82% | - |
| HSV(B) | 348.14º | 0.34% | 0.99% | - |
| XYZ | 62.98 | 51.98 | 52.06 | - |
| YUV | 194.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 184 | 0 | 0.34 | 0.27 | 0.01 | 348.14 | 0.96 | 0.82 |
| Hex | FD | A7 | B8 | 0 | 22 | 1B | 1 | 15C | 60 | 52 |
| Octal | 375 | 247 | 270 | 0 | 42 | 33 | 1 | 534 | 140 | 122 |
| Binary | 11111101 | 10100111 | 10111000 | 0 | 100010 | 11011 | 1 | 101011100 | 1100000 | 1010010 |
Color Harmonies of #FDA7B8
Complementary color
Monochromatic Colors of #FDA7B8
Black with #FDA7B8
Text Example
Text Example
White with #FDA7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7B8; }
p { color: rgb(253,167,184); }
H1.HeaderClassName
{
color: #FDA7B8;
}
.AnyTagClassName
{
color: #FDA7B8;
}
</style>
background-color css
<style>
a { background-color: #FDA7B8; }
a { background-color: rgb(253,167,184); }
div.DivClassName
{
background-color: #FDA7B8;
}
.BgClassName
{
background-color: #FDA7B8;
}
</style>
border-color css
<style>
span { border-color: #FDA7B8; }
span { border-color: rgb(253,167,184); }
td.TdClassName
{
border-color: #FDA7B8;
}
.TagClassName
{
border-color: #FDA7B8;
}
</style>