Shades of Pink Lace #F3C5D0
Tints of Pink Lace #F3C5D0
RGB
CMYK
RGB Variations
Color information
#F3C5D0 (or 0xF3C5D0) is known color: Pink Lace. HEX triplet: F3, C5 and D0. RGB value is (243,197,208). Sum of RGB (Red+Green+Blue) = 243+197+208=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5D0 is #0C3A2F. Grayscale: #D4D4D4. Windows color (decimal): -801328 or 13682163. OLE color: 13682163.
HSL color Cylindrical-coordinate representation of color #F3C5D0: hue angle of 345.65º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3C5D0 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 197 | 208 | - |
CMYK | 0 | 0.19 | 0.14 | 0.05 |
HSL | 345.65º | 0.66% | 0.86% | - |
HSV(B) | 345.65º | 0.19% | 0.95% | - |
XYZ | 68.31 | 63.54 | 68.34 | - |
YUV | 212.01 | 125.74 | 150.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 197 | 208 | 0 | 0.19 | 0.14 | 0.05 | 345.65 | 0.66 | 0.86 |
Hex | F3 | C5 | D0 | 0 | 13 | E | 5 | 15A | 42 | 56 |
Octal | 363 | 305 | 320 | 0 | 23 | 16 | 5 | 532 | 102 | 126 |
Binary | 11110011 | 11000101 | 11010000 | 0 | 10011 | 1110 | 101 | 101011010 | 1000010 | 1010110 |
Color Harmonies of #F3C5D0
Complementary color
Monochromatic Colors of #F3C5D0
Black with #F3C5D0
Text Example
Text Example
White with #F3C5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C5D0; }
p { color: rgb(243,197,208); }
H1.HeaderClassName
{
color: #F3C5D0;
}
.AnyTagClassName
{
color: #F3C5D0;
}
</style>
background-color css
<style>
a { background-color: #F3C5D0; }
a { background-color: rgb(243,197,208); }
div.DivClassName
{
background-color: #F3C5D0;
}
.BgClassName
{
background-color: #F3C5D0;
}
</style>
border-color css
<style>
span { border-color: #F3C5D0; }
span { border-color: rgb(243,197,208); }
td.TdClassName
{
border-color: #F3C5D0;
}
.TagClassName
{
border-color: #F3C5D0;
}
</style>