Shades of Your Pink #FFCDC0
Tints of Your Pink #FFCDC0
RGB
CMYK
RGB Variations
Color information
#FFCDC0 (or 0xFFCDC0) is known color: Your Pink. HEX triplet: FF, CD and C0. RGB value is (255,205,192). Sum of RGB (Red+Green+Blue) = 255+205+192=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDC0 is #00323F. Grayscale: #DADADA. Windows color (decimal): -12864 or 12635647. OLE color: 12635647.
HSL color Cylindrical-coordinate representation of color #FFCDC0: hue angle of 12.38º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFCDC0 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 192 | - |
| CMYK | 0 | 0.20 | 0.25 | 0 |
| HSL | 12.38º | 1% | 0.88% | - |
| HSV(B) | 12.38º | 0.25% | 1% | - |
| XYZ | 72.59 | 68.73 | 59.31 | - |
| YUV | 218.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 192 | 0 | 0.20 | 0.25 | 0 | 12.38 | 1 | 0.88 |
| Hex | FF | CD | C0 | 0 | 14 | 19 | 0 | C | 64 | 58 |
| Octal | 377 | 315 | 300 | 0 | 24 | 31 | 0 | 14 | 144 | 130 |
| Binary | 11111111 | 11001101 | 11000000 | 0 | 10100 | 11001 | 0 | 1100 | 1100100 | 1011000 |
Color Harmonies of #FFCDC0
Complementary color
Monochromatic Colors of #FFCDC0
Black with #FFCDC0
Text Example
Text Example
White with #FFCDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDC0; }
p { color: rgb(255,205,192); }
H1.HeaderClassName
{
color: #FFCDC0;
}
.AnyTagClassName
{
color: #FFCDC0;
}
</style>
background-color css
<style>
a { background-color: #FFCDC0; }
a { background-color: rgb(255,205,192); }
div.DivClassName
{
background-color: #FFCDC0;
}
.BgClassName
{
background-color: #FFCDC0;
}
</style>
border-color css
<style>
span { border-color: #FFCDC0; }
span { border-color: rgb(255,205,192); }
td.TdClassName
{
border-color: #FFCDC0;
}
.TagClassName
{
border-color: #FFCDC0;
}
</style>