Shades of Your Pink #FDC5BF
Tints of Your Pink #FDC5BF
RGB
CMYK
RGB Variations
Color information
#FDC5BF (or 0xFDC5BF) is known color: Your Pink. HEX triplet: FD, C5 and BF. RGB value is (253,197,191). Sum of RGB (Red+Green+Blue) = 253+197+191=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5BF is #023A40. Grayscale: #D5D5D5. Windows color (decimal): -145985 or 12568061. OLE color: 12568061.
HSL color Cylindrical-coordinate representation of color #FDC5BF: hue angle of 5.81º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDC5BF is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 191 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.01 |
| HSL | 5.81º | 0.94% | 0.87% | - |
| HSV(B) | 5.81º | 0.25% | 0.99% | - |
| XYZ | 69.88 | 64.58 | 58.07 | - |
| YUV | 213.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 191 | 0 | 0.22 | 0.25 | 0.01 | 5.81 | 0.94 | 0.87 |
| Hex | FD | C5 | BF | 0 | 16 | 19 | 1 | 6 | 5E | 57 |
| Octal | 375 | 305 | 277 | 0 | 26 | 31 | 1 | 6 | 136 | 127 |
| Binary | 11111101 | 11000101 | 10111111 | 0 | 10110 | 11001 | 1 | 110 | 1011110 | 1010111 |
Color Harmonies of #FDC5BF
Complementary color
Monochromatic Colors of #FDC5BF
Black with #FDC5BF
Text Example
Text Example
White with #FDC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5BF; }
p { color: rgb(253,197,191); }
H1.HeaderClassName
{
color: #FDC5BF;
}
.AnyTagClassName
{
color: #FDC5BF;
}
</style>
background-color css
<style>
a { background-color: #FDC5BF; }
a { background-color: rgb(253,197,191); }
div.DivClassName
{
background-color: #FDC5BF;
}
.BgClassName
{
background-color: #FDC5BF;
}
</style>
border-color css
<style>
span { border-color: #FDC5BF; }
span { border-color: rgb(253,197,191); }
td.TdClassName
{
border-color: #FDC5BF;
}
.TagClassName
{
border-color: #FDC5BF;
}
</style>