Shades of Pink Lace #F3CCD7
Tints of Pink Lace #F3CCD7
RGB
CMYK
RGB Variations
Color information
#F3CCD7 (or 0xF3CCD7) is known color: Pink Lace. HEX triplet: F3, CC and D7. RGB value is (243,204,215). Sum of RGB (Red+Green+Blue) = 243+204+215=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCD7 is #0C3328. Grayscale: #D8D8D8. Windows color (decimal): -799529 or 14142707. OLE color: 14142707.
HSL color Cylindrical-coordinate representation of color #F3CCD7: hue angle of 343.08º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CCD7 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 204 | 215 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.05 |
| HSL | 343.08º | 0.62% | 0.88% | - |
| HSV(B) | 343.08º | 0.16% | 0.95% | - |
| XYZ | 70.82 | 67.15 | 73.52 | - |
| YUV | 216.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 204 | 215 | 0 | 0.16 | 0.12 | 0.05 | 343.08 | 0.62 | 0.88 |
| Hex | F3 | CC | D7 | 0 | 10 | C | 5 | 157 | 3E | 58 |
| Octal | 363 | 314 | 327 | 0 | 20 | 14 | 5 | 527 | 76 | 130 |
| Binary | 11110011 | 11001100 | 11010111 | 0 | 10000 | 1100 | 101 | 101010111 | 111110 | 1011000 |
Color Harmonies of #F3CCD7
Complementary color
Monochromatic Colors of #F3CCD7
Black with #F3CCD7
Text Example
Text Example
White with #F3CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CCD7; }
p { color: rgb(243,204,215); }
H1.HeaderClassName
{
color: #F3CCD7;
}
.AnyTagClassName
{
color: #F3CCD7;
}
</style>
background-color css
<style>
a { background-color: #F3CCD7; }
a { background-color: rgb(243,204,215); }
div.DivClassName
{
background-color: #F3CCD7;
}
.BgClassName
{
background-color: #F3CCD7;
}
</style>
border-color css
<style>
span { border-color: #F3CCD7; }
span { border-color: rgb(243,204,215); }
td.TdClassName
{
border-color: #F3CCD7;
}
.TagClassName
{
border-color: #F3CCD7;
}
</style>