Shades of Your Pink #FFCDC1
Tints of Your Pink #FFCDC1
RGB
CMYK
RGB Variations
Color information
#FFCDC1 (or 0xFFCDC1) is known color: Your Pink. HEX triplet: FF, CD and C1. RGB value is (255,205,193). Sum of RGB (Red+Green+Blue) = 255+205+193=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 193 (75.78% from 255 or 29.56% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDC1 is #00323E. Grayscale: #DADADA. Windows color (decimal): -12863 or 12701183. OLE color: 12701183.
HSL color Cylindrical-coordinate representation of color #FFCDC1: hue angle of 11.61º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFCDC1 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 205 | 193 | - |
CMYK | 0 | 0.20 | 0.24 | 0 |
HSL | 11.61º | 1% | 0.88% | - |
HSV(B) | 11.61º | 0.24% | 1% | - |
XYZ | 72.7 | 68.77 | 59.9 | - |
YUV | 218.58 | 113.57 | 153.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 205 | 193 | 0 | 0.20 | 0.24 | 0 | 11.61 | 1 | 0.88 |
Hex | FF | CD | C1 | 0 | 14 | 18 | 0 | C | 64 | 58 |
Octal | 377 | 315 | 301 | 0 | 24 | 30 | 0 | 14 | 144 | 130 |
Binary | 11111111 | 11001101 | 11000001 | 0 | 10100 | 11000 | 0 | 1100 | 1100100 | 1011000 |
Color Harmonies of #FFCDC1
Complementary color
Monochromatic Colors of #FFCDC1
Black with #FFCDC1
Text Example
Text Example
White with #FFCDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDC1; }
p { color: rgb(255,205,193); }
H1.HeaderClassName
{
color: #FFCDC1;
}
.AnyTagClassName
{
color: #FFCDC1;
}
</style>
background-color css
<style>
a { background-color: #FFCDC1; }
a { background-color: rgb(255,205,193); }
div.DivClassName
{
background-color: #FFCDC1;
}
.BgClassName
{
background-color: #FFCDC1;
}
</style>
border-color css
<style>
span { border-color: #FFCDC1; }
span { border-color: rgb(255,205,193); }
td.TdClassName
{
border-color: #FFCDC1;
}
.TagClassName
{
border-color: #FFCDC1;
}
</style>