Shades of Your Pink #FDC7BF
Tints of Your Pink #FDC7BF
RGB
CMYK
RGB Variations
Color information
#FDC7BF (or 0xFDC7BF) is known color: Your Pink. HEX triplet: FD, C7 and BF. RGB value is (253,199,191). Sum of RGB (Red+Green+Blue) = 253+199+191=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7BF is #023840. Grayscale: #D6D6D6. Windows color (decimal): -145473 or 12568573. OLE color: 12568573.
HSL color Cylindrical-coordinate representation of color #FDC7BF: hue angle of 7.74º 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 #FDC7BF is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 191 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.01 |
| HSL | 7.74º | 0.94% | 0.87% | - |
| HSV(B) | 7.74º | 0.25% | 0.99% | - |
| XYZ | 70.34 | 65.49 | 58.22 | - |
| YUV | 214.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 191 | 0 | 0.21 | 0.25 | 0.01 | 7.74 | 0.94 | 0.87 |
| Hex | FD | C7 | BF | 0 | 15 | 19 | 1 | 8 | 5E | 57 |
| Octal | 375 | 307 | 277 | 0 | 25 | 31 | 1 | 10 | 136 | 127 |
| Binary | 11111101 | 11000111 | 10111111 | 0 | 10101 | 11001 | 1 | 1000 | 1011110 | 1010111 |
Color Harmonies of #FDC7BF
Complementary color
Monochromatic Colors of #FDC7BF
Black with #FDC7BF
Text Example
Text Example
White with #FDC7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7BF; }
p { color: rgb(253,199,191); }
H1.HeaderClassName
{
color: #FDC7BF;
}
.AnyTagClassName
{
color: #FDC7BF;
}
</style>
background-color css
<style>
a { background-color: #FDC7BF; }
a { background-color: rgb(253,199,191); }
div.DivClassName
{
background-color: #FDC7BF;
}
.BgClassName
{
background-color: #FDC7BF;
}
</style>
border-color css
<style>
span { border-color: #FDC7BF; }
span { border-color: rgb(253,199,191); }
td.TdClassName
{
border-color: #FDC7BF;
}
.TagClassName
{
border-color: #FDC7BF;
}
</style>