Shades of Your Pink #FDC6C4
Tints of Your Pink #FDC6C4
RGB
CMYK
RGB Variations
Color information
#FDC6C4 (or 0xFDC6C4) is known color: Your Pink. HEX triplet: FD, C6 and C4. RGB value is (253,198,196). Sum of RGB (Red+Green+Blue) = 253+198+196=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 198 (77.73% from 255 or 30.60% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6C4 is #02393B. Grayscale: #D6D6D6. Windows color (decimal): -145724 or 12895997. OLE color: 12895997.
HSL color Cylindrical-coordinate representation of color #FDC6C4: hue angle of 2.11º 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 #FDC6C4 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 196 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.01 |
| HSL | 2.11º | 0.93% | 0.88% | - |
| HSV(B) | 2.11º | 0.23% | 0.99% | - |
| XYZ | 70.67 | 65.26 | 61.1 | - |
| YUV | 214.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 196 | 0 | 0.22 | 0.23 | 0.01 | 2.11 | 0.93 | 0.88 |
| Hex | FD | C6 | C4 | 0 | 16 | 17 | 1 | 2 | 5D | 58 |
| Octal | 375 | 306 | 304 | 0 | 26 | 27 | 1 | 2 | 135 | 130 |
| Binary | 11111101 | 11000110 | 11000100 | 0 | 10110 | 10111 | 1 | 10 | 1011101 | 1011000 |
Color Harmonies of #FDC6C4
Complementary color
Monochromatic Colors of #FDC6C4
Black with #FDC6C4
Text Example
Text Example
White with #FDC6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6C4; }
p { color: rgb(253,198,196); }
H1.HeaderClassName
{
color: #FDC6C4;
}
.AnyTagClassName
{
color: #FDC6C4;
}
</style>
background-color css
<style>
a { background-color: #FDC6C4; }
a { background-color: rgb(253,198,196); }
div.DivClassName
{
background-color: #FDC6C4;
}
.BgClassName
{
background-color: #FDC6C4;
}
</style>
border-color css
<style>
span { border-color: #FDC6C4; }
span { border-color: rgb(253,198,196); }
td.TdClassName
{
border-color: #FDC6C4;
}
.TagClassName
{
border-color: #FDC6C4;
}
</style>