Shades of Light Pink #FDA8AF
Tints of Light Pink #FDA8AF
RGB
CMYK
RGB Variations
Color information
#FDA8AF (or 0xFDA8AF) is known color: Light Pink. HEX triplet: FD, A8 and AF. RGB value is (253,168,175). Sum of RGB (Red+Green+Blue) = 253+168+175=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA8AF is #025750. Grayscale: #C2C2C2. Windows color (decimal): -153425 or 11512061. OLE color: 11512061.
HSL color Cylindrical-coordinate representation of color #FDA8AF: hue angle of 355.06º 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 #FDA8AF is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 175 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.01 |
| HSL | 355.06º | 0.96% | 0.83% | - |
| HSV(B) | 355.06º | 0.34% | 0.99% | - |
| XYZ | 62.25 | 51.98 | 47.31 | - |
| YUV | 194.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 175 | 0 | 0.34 | 0.31 | 0.01 | 355.06 | 0.96 | 0.83 |
| Hex | FD | A8 | AF | 0 | 22 | 1F | 1 | 163 | 60 | 53 |
| Octal | 375 | 250 | 257 | 0 | 42 | 37 | 1 | 543 | 140 | 123 |
| Binary | 11111101 | 10101000 | 10101111 | 0 | 100010 | 11111 | 1 | 101100011 | 1100000 | 1010011 |
Color Harmonies of #FDA8AF
Complementary color
Monochromatic Colors of #FDA8AF
Black with #FDA8AF
Text Example
Text Example
White with #FDA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8AF; }
p { color: rgb(253,168,175); }
H1.HeaderClassName
{
color: #FDA8AF;
}
.AnyTagClassName
{
color: #FDA8AF;
}
</style>
background-color css
<style>
a { background-color: #FDA8AF; }
a { background-color: rgb(253,168,175); }
div.DivClassName
{
background-color: #FDA8AF;
}
.BgClassName
{
background-color: #FDA8AF;
}
</style>
border-color css
<style>
span { border-color: #FDA8AF; }
span { border-color: rgb(253,168,175); }
td.TdClassName
{
border-color: #FDA8AF;
}
.TagClassName
{
border-color: #FDA8AF;
}
</style>