Shades of Pink Lace #F3CED7
Tints of Pink Lace #F3CED7
RGB
CMYK
RGB Variations
Color information
#F3CED7 (or 0xF3CED7) is known color: Pink Lace. HEX triplet: F3, CE and D7. RGB value is (243,206,215). Sum of RGB (Red+Green+Blue) = 243+206+215=664 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.60% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CED7 is #0C3128. Grayscale: #DADADA. Windows color (decimal): -799017 or 14143219. OLE color: 14143219.
HSL color Cylindrical-coordinate representation of color #F3CED7: hue angle of 345.41º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3CED7 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 215 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.05 |
| HSL | 345.41º | 0.61% | 0.88% | - |
| HSV(B) | 345.41º | 0.15% | 0.95% | - |
| XYZ | 71.3 | 68.1 | 73.68 | - |
| YUV | 218.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 215 | 0 | 0.15 | 0.12 | 0.05 | 345.41 | 0.61 | 0.88 |
| Hex | F3 | CE | D7 | 0 | F | C | 5 | 159 | 3D | 58 |
| Octal | 363 | 316 | 327 | 0 | 17 | 14 | 5 | 531 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11010111 | 0 | 1111 | 1100 | 101 | 101011001 | 111101 | 1011000 |
Color Harmonies of #F3CED7
Complementary color
Monochromatic Colors of #F3CED7
Black with #F3CED7
Text Example
Text Example
White with #F3CED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CED7; }
p { color: rgb(243,206,215); }
H1.HeaderClassName
{
color: #F3CED7;
}
.AnyTagClassName
{
color: #F3CED7;
}
</style>
background-color css
<style>
a { background-color: #F3CED7; }
a { background-color: rgb(243,206,215); }
div.DivClassName
{
background-color: #F3CED7;
}
.BgClassName
{
background-color: #F3CED7;
}
</style>
border-color css
<style>
span { border-color: #F3CED7; }
span { border-color: rgb(243,206,215); }
td.TdClassName
{
border-color: #F3CED7;
}
.TagClassName
{
border-color: #F3CED7;
}
</style>