Shades of Pink Lace #FFC7D4
Tints of Pink Lace #FFC7D4
RGB
CMYK
RGB Variations
Color information
#FFC7D4 (or 0xFFC7D4) is known color: Pink Lace. HEX triplet: FF, C7 and D4. RGB value is (255,199,212). Sum of RGB (Red+Green+Blue) = 255+199+212=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7D4 is #00382B. Grayscale: #D9D9D9. Windows color (decimal): -14380 or 13944831. OLE color: 13944831.
HSL color Cylindrical-coordinate representation of color #FFC7D4: hue angle of 346.07º 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 #FFC7D4 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 199 | 212 | - |
CMYK | 0 | 0.22 | 0.17 | 0 |
HSL | 346.07º | 1% | 0.89% | - |
HSV(B) | 346.07º | 0.22% | 1% | - |
XYZ | 73.55 | 66.86 | 71.32 | - |
YUV | 217.23 | 125.05 | 154.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 199 | 212 | 0 | 0.22 | 0.17 | 0 | 346.07 | 1 | 0.89 |
Hex | FF | C7 | D4 | 0 | 16 | 11 | 0 | 15A | 64 | 59 |
Octal | 377 | 307 | 324 | 0 | 26 | 21 | 0 | 532 | 144 | 131 |
Binary | 11111111 | 11000111 | 11010100 | 0 | 10110 | 10001 | 0 | 101011010 | 1100100 | 1011001 |
Color Harmonies of #FFC7D4
Complementary color
Monochromatic Colors of #FFC7D4
Black with #FFC7D4
Text Example
Text Example
White with #FFC7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7D4; }
p { color: rgb(255,199,212); }
H1.HeaderClassName
{
color: #FFC7D4;
}
.AnyTagClassName
{
color: #FFC7D4;
}
</style>
background-color css
<style>
a { background-color: #FFC7D4; }
a { background-color: rgb(255,199,212); }
div.DivClassName
{
background-color: #FFC7D4;
}
.BgClassName
{
background-color: #FFC7D4;
}
</style>
border-color css
<style>
span { border-color: #FFC7D4; }
span { border-color: rgb(255,199,212); }
td.TdClassName
{
border-color: #FFC7D4;
}
.TagClassName
{
border-color: #FFC7D4;
}
</style>