Shades of Pink Lace #F3CCD3
Tints of Pink Lace #F3CCD3
RGB
CMYK
RGB Variations
Color information
#F3CCD3 (or 0xF3CCD3) is known color: Pink Lace. HEX triplet: F3, CC and D3. RGB value is (243,204,211). Sum of RGB (Red+Green+Blue) = 243+204+211=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCD3 is #0C332C. Grayscale: #D8D8D8. Windows color (decimal): -799533 or 13880563. OLE color: 13880563.
HSL color Cylindrical-coordinate representation of color #F3CCD3: hue angle of 349.23º 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 #F3CCD3 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 204 | 211 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.05 |
| HSL | 349.23º | 0.62% | 0.88% | - |
| HSV(B) | 349.23º | 0.16% | 0.95% | - |
| XYZ | 70.31 | 66.94 | 70.84 | - |
| YUV | 216.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 204 | 211 | 0 | 0.16 | 0.13 | 0.05 | 349.23 | 0.62 | 0.88 |
| Hex | F3 | CC | D3 | 0 | 10 | D | 5 | 15D | 3E | 58 |
| Octal | 363 | 314 | 323 | 0 | 20 | 15 | 5 | 535 | 76 | 130 |
| Binary | 11110011 | 11001100 | 11010011 | 0 | 10000 | 1101 | 101 | 101011101 | 111110 | 1011000 |
Color Harmonies of #F3CCD3
Complementary color
Monochromatic Colors of #F3CCD3
Black with #F3CCD3
Text Example
Text Example
White with #F3CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CCD3; }
p { color: rgb(243,204,211); }
H1.HeaderClassName
{
color: #F3CCD3;
}
.AnyTagClassName
{
color: #F3CCD3;
}
</style>
background-color css
<style>
a { background-color: #F3CCD3; }
a { background-color: rgb(243,204,211); }
div.DivClassName
{
background-color: #F3CCD3;
}
.BgClassName
{
background-color: #F3CCD3;
}
</style>
border-color css
<style>
span { border-color: #F3CCD3; }
span { border-color: rgb(243,204,211); }
td.TdClassName
{
border-color: #F3CCD3;
}
.TagClassName
{
border-color: #F3CCD3;
}
</style>