Shades of Your Pink #FDC7B5
Tints of Your Pink #FDC7B5
RGB
CMYK
RGB Variations
Color information
#FDC7B5 (or 0xFDC7B5) is known color: Your Pink. HEX triplet: FD, C7 and B5. RGB value is (253,199,181). Sum of RGB (Red+Green+Blue) = 253+199+181=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7B5 is #02384A. Grayscale: #D5D5D5. Windows color (decimal): -145483 or 11913213. OLE color: 11913213.
HSL color Cylindrical-coordinate representation of color #FDC7B5: hue angle of 15º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDC7B5 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 181 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.01 |
| HSL | 15º | 0.95% | 0.85% | - |
| HSV(B) | 15º | 0.28% | 0.99% | - |
| XYZ | 69.27 | 65.07 | 52.62 | - |
| YUV | 213.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 181 | 0 | 0.21 | 0.28 | 0.01 | 15 | 0.95 | 0.85 |
| Hex | FD | C7 | B5 | 0 | 15 | 1C | 1 | F | 5F | 55 |
| Octal | 375 | 307 | 265 | 0 | 25 | 34 | 1 | 17 | 137 | 125 |
| Binary | 11111101 | 11000111 | 10110101 | 0 | 10101 | 11100 | 1 | 1111 | 1011111 | 1010101 |
Color Harmonies of #FDC7B5
Complementary color
Monochromatic Colors of #FDC7B5
Black with #FDC7B5
Text Example
Text Example
White with #FDC7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7B5; }
p { color: rgb(253,199,181); }
H1.HeaderClassName
{
color: #FDC7B5;
}
.AnyTagClassName
{
color: #FDC7B5;
}
</style>
background-color css
<style>
a { background-color: #FDC7B5; }
a { background-color: rgb(253,199,181); }
div.DivClassName
{
background-color: #FDC7B5;
}
.BgClassName
{
background-color: #FDC7B5;
}
</style>
border-color css
<style>
span { border-color: #FDC7B5; }
span { border-color: rgb(253,199,181); }
td.TdClassName
{
border-color: #FDC7B5;
}
.TagClassName
{
border-color: #FDC7B5;
}
</style>