Shades of Pink Lace #F7CDD3
Tints of Pink Lace #F7CDD3
RGB
CMYK
RGB Variations
Color information
#F7CDD3 (or 0xF7CDD3) is known color: Pink Lace. HEX triplet: F7, CD and D3. RGB value is (247,205,211). Sum of RGB (Red+Green+Blue) = 247+205+211=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDD3 is #08322C. Grayscale: #DADADA. Windows color (decimal): -537133 or 13880823. OLE color: 13880823.
HSL color Cylindrical-coordinate representation of color #F7CDD3: hue angle of 351.43º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CDD3 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 205 | 211 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.03 |
| HSL | 351.43º | 0.72% | 0.89% | - |
| HSV(B) | 351.43º | 0.17% | 0.97% | - |
| XYZ | 71.95 | 68.14 | 70.99 | - |
| YUV | 218.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 205 | 211 | 0 | 0.17 | 0.15 | 0.03 | 351.43 | 0.72 | 0.89 |
| Hex | F7 | CD | D3 | 0 | 11 | F | 3 | 15F | 48 | 59 |
| Octal | 367 | 315 | 323 | 0 | 21 | 17 | 3 | 537 | 110 | 131 |
| Binary | 11110111 | 11001101 | 11010011 | 0 | 10001 | 1111 | 11 | 101011111 | 1001000 | 1011001 |
Color Harmonies of #F7CDD3
Complementary color
Monochromatic Colors of #F7CDD3
Black with #F7CDD3
Text Example
Text Example
White with #F7CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CDD3; }
p { color: rgb(247,205,211); }
H1.HeaderClassName
{
color: #F7CDD3;
}
.AnyTagClassName
{
color: #F7CDD3;
}
</style>
background-color css
<style>
a { background-color: #F7CDD3; }
a { background-color: rgb(247,205,211); }
div.DivClassName
{
background-color: #F7CDD3;
}
.BgClassName
{
background-color: #F7CDD3;
}
</style>
border-color css
<style>
span { border-color: #F7CDD3; }
span { border-color: rgb(247,205,211); }
td.TdClassName
{
border-color: #F7CDD3;
}
.TagClassName
{
border-color: #F7CDD3;
}
</style>