Shades of Pink Lace #FFCDDA
Tints of Pink Lace #FFCDDA
RGB
CMYK
RGB Variations
Color information
#FFCDDA (or 0xFFCDDA) is known color: Pink Lace. HEX triplet: FF, CD and DA. RGB value is (255,205,218). Sum of RGB (Red+Green+Blue) = 255+205+218=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDDA is #003225. Grayscale: #DDDDDD. Windows color (decimal): -12838 or 14339583. OLE color: 14339583.
HSL color Cylindrical-coordinate representation of color #FFCDDA: hue angle of 344.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 #FFCDDA is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 205 | 218 | - |
CMYK | 0 | 0.20 | 0.15 | 0 |
HSL | 344.4º | 1% | 0.9% | - |
HSV(B) | 344.4º | 0.2% | 1% | - |
XYZ | 75.73 | 69.98 | 75.85 | - |
YUV | 221.43 | 126.07 | 151.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 205 | 218 | 0 | 0.20 | 0.15 | 0 | 344.4 | 1 | 0.9 |
Hex | FF | CD | DA | 0 | 14 | F | 0 | 158 | 64 | 5A |
Octal | 377 | 315 | 332 | 0 | 24 | 17 | 0 | 530 | 144 | 132 |
Binary | 11111111 | 11001101 | 11011010 | 0 | 10100 | 1111 | 0 | 101011000 | 1100100 | 1011010 |
Color Harmonies of #FFCDDA
Complementary color
Monochromatic Colors of #FFCDDA
Black with #FFCDDA
Text Example
Text Example
White with #FFCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDDA; }
p { color: rgb(255,205,218); }
H1.HeaderClassName
{
color: #FFCDDA;
}
.AnyTagClassName
{
color: #FFCDDA;
}
</style>
background-color css
<style>
a { background-color: #FFCDDA; }
a { background-color: rgb(255,205,218); }
div.DivClassName
{
background-color: #FFCDDA;
}
.BgClassName
{
background-color: #FFCDDA;
}
</style>
border-color css
<style>
span { border-color: #FFCDDA; }
span { border-color: rgb(255,205,218); }
td.TdClassName
{
border-color: #FFCDDA;
}
.TagClassName
{
border-color: #FFCDDA;
}
</style>