Shades of Pink Lace #FFC8D5
Tints of Pink Lace #FFC8D5
RGB
CMYK
RGB Variations
Color information
#FFC8D5 (or 0xFFC8D5) is known color: Pink Lace. HEX triplet: FF, C8 and D5. RGB value is (255,200,213). Sum of RGB (Red+Green+Blue) = 255+200+213=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8D5 is #00372A. Grayscale: #D9D9D9. Windows color (decimal): -14123 or 14010623. OLE color: 14010623.
HSL color Cylindrical-coordinate representation of color #FFC8D5: hue angle of 345.82º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC8D5 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 213 | - |
| CMYK | 0 | 0.22 | 0.16 | 0 |
| HSL | 345.82º | 1% | 0.89% | - |
| HSV(B) | 345.82º | 0.22% | 1% | - |
| XYZ | 73.9 | 67.37 | 72.06 | - |
| YUV | 217.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 213 | 0 | 0.22 | 0.16 | 0 | 345.82 | 1 | 0.89 |
| Hex | FF | C8 | D5 | 0 | 16 | 10 | 0 | 15A | 64 | 59 |
| Octal | 377 | 310 | 325 | 0 | 26 | 20 | 0 | 532 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11010101 | 0 | 10110 | 10000 | 0 | 101011010 | 1100100 | 1011001 |
Color Harmonies of #FFC8D5
Complementary color
Monochromatic Colors of #FFC8D5
Black with #FFC8D5
Text Example
Text Example
White with #FFC8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8D5; }
p { color: rgb(255,200,213); }
H1.HeaderClassName
{
color: #FFC8D5;
}
.AnyTagClassName
{
color: #FFC8D5;
}
</style>
background-color css
<style>
a { background-color: #FFC8D5; }
a { background-color: rgb(255,200,213); }
div.DivClassName
{
background-color: #FFC8D5;
}
.BgClassName
{
background-color: #FFC8D5;
}
</style>
border-color css
<style>
span { border-color: #FFC8D5; }
span { border-color: rgb(255,200,213); }
td.TdClassName
{
border-color: #FFC8D5;
}
.TagClassName
{
border-color: #FFC8D5;
}
</style>