Shades of Your Pink #FDCDC1
Tints of Your Pink #FDCDC1
RGB
CMYK
RGB Variations
Color information
#FDCDC1 (or 0xFDCDC1) is known color: Your Pink. HEX triplet: FD, CD and C1. RGB value is (253,205,193). Sum of RGB (Red+Green+Blue) = 253+205+193=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDC1 is #02323E. Grayscale: #DADADA. Windows color (decimal): -143935 or 12701181. OLE color: 12701181.
HSL color Cylindrical-coordinate representation of color #FDCDC1: hue angle of 12º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDCDC1 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 193 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.01 |
| HSL | 12º | 0.94% | 0.87% | - |
| HSV(B) | 12º | 0.24% | 0.99% | - |
| XYZ | 71.96 | 68.4 | 59.86 | - |
| YUV | 217.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 193 | 0 | 0.19 | 0.24 | 0.01 | 12 | 0.94 | 0.87 |
| Hex | FD | CD | C1 | 0 | 13 | 18 | 1 | C | 5E | 57 |
| Octal | 375 | 315 | 301 | 0 | 23 | 30 | 1 | 14 | 136 | 127 |
| Binary | 11111101 | 11001101 | 11000001 | 0 | 10011 | 11000 | 1 | 1100 | 1011110 | 1010111 |
Color Harmonies of #FDCDC1
Complementary color
Monochromatic Colors of #FDCDC1
Black with #FDCDC1
Text Example
Text Example
White with #FDCDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDC1; }
p { color: rgb(253,205,193); }
H1.HeaderClassName
{
color: #FDCDC1;
}
.AnyTagClassName
{
color: #FDCDC1;
}
</style>
background-color css
<style>
a { background-color: #FDCDC1; }
a { background-color: rgb(253,205,193); }
div.DivClassName
{
background-color: #FDCDC1;
}
.BgClassName
{
background-color: #FDCDC1;
}
</style>
border-color css
<style>
span { border-color: #FDCDC1; }
span { border-color: rgb(253,205,193); }
td.TdClassName
{
border-color: #FDCDC1;
}
.TagClassName
{
border-color: #FDCDC1;
}
</style>