Shades of Pink #FDC8CF
Tints of Pink #FDC8CF
RGB
CMYK
RGB Variations
Color information
#FDC8CF (or 0xFDC8CF) is known color: Pink. HEX triplet: FD, C8 and CF. RGB value is (253,200,207). Sum of RGB (Red+Green+Blue) = 253+200+207=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8CF is #023730. Grayscale: #D8D8D8. Windows color (decimal): -145201 or 13617405. OLE color: 13617405.
HSL color Cylindrical-coordinate representation of color #FDC8CF: hue angle of 352.08º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC8CF is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 207 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.01 |
| HSL | 352.08º | 0.93% | 0.89% | - |
| HSV(B) | 352.08º | 0.21% | 0.99% | - |
| XYZ | 72.42 | 66.7 | 68.09 | - |
| YUV | 216.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 207 | 0 | 0.21 | 0.18 | 0.01 | 352.08 | 0.93 | 0.89 |
| Hex | FD | C8 | CF | 0 | 15 | 12 | 1 | 160 | 5D | 59 |
| Octal | 375 | 310 | 317 | 0 | 25 | 22 | 1 | 540 | 135 | 131 |
| Binary | 11111101 | 11001000 | 11001111 | 0 | 10101 | 10010 | 1 | 101100000 | 1011101 | 1011001 |
Color Harmonies of #FDC8CF
Complementary color
Monochromatic Colors of #FDC8CF
Black with #FDC8CF
Text Example
Text Example
White with #FDC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8CF; }
p { color: rgb(253,200,207); }
H1.HeaderClassName
{
color: #FDC8CF;
}
.AnyTagClassName
{
color: #FDC8CF;
}
</style>
background-color css
<style>
a { background-color: #FDC8CF; }
a { background-color: rgb(253,200,207); }
div.DivClassName
{
background-color: #FDC8CF;
}
.BgClassName
{
background-color: #FDC8CF;
}
</style>
border-color css
<style>
span { border-color: #FDC8CF; }
span { border-color: rgb(253,200,207); }
td.TdClassName
{
border-color: #FDC8CF;
}
.TagClassName
{
border-color: #FDC8CF;
}
</style>