Shades of Pink Lace #FFCDD5
Tints of Pink Lace #FFCDD5
RGB
CMYK
RGB Variations
Color information
#FFCDD5 (or 0xFFCDD5) is known color: Pink Lace. HEX triplet: FF, CD and D5. RGB value is (255,205,213). Sum of RGB (Red+Green+Blue) = 255+205+213=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDD5 is #00322A. Grayscale: #DCDCDC. Windows color (decimal): -12843 or 14011903. OLE color: 14011903.
HSL color Cylindrical-coordinate representation of color #FFCDD5: hue angle of 350.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDD5 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 205 | 213 | - |
CMYK | 0 | 0.20 | 0.16 | 0 |
HSL | 350.4º | 1% | 0.9% | - |
HSV(B) | 350.4º | 0.2% | 1% | - |
XYZ | 75.08 | 69.73 | 72.45 | - |
YUV | 220.86 | 123.57 | 152.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 205 | 213 | 0 | 0.20 | 0.16 | 0 | 350.4 | 1 | 0.9 |
Hex | FF | CD | D5 | 0 | 14 | 10 | 0 | 15E | 64 | 5A |
Octal | 377 | 315 | 325 | 0 | 24 | 20 | 0 | 536 | 144 | 132 |
Binary | 11111111 | 11001101 | 11010101 | 0 | 10100 | 10000 | 0 | 101011110 | 1100100 | 1011010 |
Color Harmonies of #FFCDD5
Complementary color
Monochromatic Colors of #FFCDD5
Black with #FFCDD5
Text Example
Text Example
White with #FFCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDD5; }
p { color: rgb(255,205,213); }
H1.HeaderClassName
{
color: #FFCDD5;
}
.AnyTagClassName
{
color: #FFCDD5;
}
</style>
background-color css
<style>
a { background-color: #FFCDD5; }
a { background-color: rgb(255,205,213); }
div.DivClassName
{
background-color: #FFCDD5;
}
.BgClassName
{
background-color: #FFCDD5;
}
</style>
border-color css
<style>
span { border-color: #FFCDD5; }
span { border-color: rgb(255,205,213); }
td.TdClassName
{
border-color: #FFCDD5;
}
.TagClassName
{
border-color: #FFCDD5;
}
</style>