Shades of Pink Lace #F3C3D0
Tints of Pink Lace #F3C3D0
RGB
CMYK
RGB Variations
Color information
#F3C3D0 (or 0xF3C3D0) is known color: Pink Lace. HEX triplet: F3, C3 and D0. RGB value is (243,195,208). Sum of RGB (Red+Green+Blue) = 243+195+208=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 195 (76.56% from 255 or 30.19% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3D0 is #0C3C2F. Grayscale: #D2D2D2. Windows color (decimal): -801840 or 13681651. OLE color: 13681651.
HSL color Cylindrical-coordinate representation of color #F3C3D0: hue angle of 343.75º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C3D0 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 208 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.05 |
| HSL | 343.75º | 0.67% | 0.86% | - |
| HSV(B) | 343.75º | 0.2% | 0.95% | - |
| XYZ | 67.86 | 62.64 | 68.19 | - |
| YUV | 210.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 208 | 0 | 0.20 | 0.14 | 0.05 | 343.75 | 0.67 | 0.86 |
| Hex | F3 | C3 | D0 | 0 | 14 | E | 5 | 158 | 43 | 56 |
| Octal | 363 | 303 | 320 | 0 | 24 | 16 | 5 | 530 | 103 | 126 |
| Binary | 11110011 | 11000011 | 11010000 | 0 | 10100 | 1110 | 101 | 101011000 | 1000011 | 1010110 |
Color Harmonies of #F3C3D0
Complementary color
Monochromatic Colors of #F3C3D0
Black with #F3C3D0
Text Example
Text Example
White with #F3C3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C3D0; }
p { color: rgb(243,195,208); }
H1.HeaderClassName
{
color: #F3C3D0;
}
.AnyTagClassName
{
color: #F3C3D0;
}
</style>
background-color css
<style>
a { background-color: #F3C3D0; }
a { background-color: rgb(243,195,208); }
div.DivClassName
{
background-color: #F3C3D0;
}
.BgClassName
{
background-color: #F3C3D0;
}
</style>
border-color css
<style>
span { border-color: #F3C3D0; }
span { border-color: rgb(243,195,208); }
td.TdClassName
{
border-color: #F3C3D0;
}
.TagClassName
{
border-color: #F3C3D0;
}
</style>