Shades of Your Pink #FDC7C4
Tints of Your Pink #FDC7C4
RGB
CMYK
RGB Variations
Color information
#FDC7C4 (or 0xFDC7C4) is known color: Your Pink. HEX triplet: FD, C7 and C4. RGB value is (253,199,196). Sum of RGB (Red+Green+Blue) = 253+199+196=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 199 (78.12% from 255 or 30.71% from 648); Blue value is 196 (76.95% from 255 or 30.25% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7C4 is #02383B. Grayscale: #D6D6D6. Windows color (decimal): -145468 or 12896253. OLE color: 12896253.
HSL color Cylindrical-coordinate representation of color #FDC7C4: hue angle of 3.16º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC7C4 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 196 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.01 |
| HSL | 3.16º | 0.93% | 0.88% | - |
| HSV(B) | 3.16º | 0.23% | 0.99% | - |
| XYZ | 70.9 | 65.72 | 61.17 | - |
| YUV | 214.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 196 | 0 | 0.21 | 0.23 | 0.01 | 3.16 | 0.93 | 0.88 |
| Hex | FD | C7 | C4 | 0 | 15 | 17 | 1 | 3 | 5D | 58 |
| Octal | 375 | 307 | 304 | 0 | 25 | 27 | 1 | 3 | 135 | 130 |
| Binary | 11111101 | 11000111 | 11000100 | 0 | 10101 | 10111 | 1 | 11 | 1011101 | 1011000 |
Color Harmonies of #FDC7C4
Complementary color
Monochromatic Colors of #FDC7C4
Black with #FDC7C4
Text Example
Text Example
White with #FDC7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7C4; }
p { color: rgb(253,199,196); }
H1.HeaderClassName
{
color: #FDC7C4;
}
.AnyTagClassName
{
color: #FDC7C4;
}
</style>
background-color css
<style>
a { background-color: #FDC7C4; }
a { background-color: rgb(253,199,196); }
div.DivClassName
{
background-color: #FDC7C4;
}
.BgClassName
{
background-color: #FDC7C4;
}
</style>
border-color css
<style>
span { border-color: #FDC7C4; }
span { border-color: rgb(253,199,196); }
td.TdClassName
{
border-color: #FDC7C4;
}
.TagClassName
{
border-color: #FDC7C4;
}
</style>