Shades of Pink Lace #F4C3D3
Tints of Pink Lace #F4C3D3
RGB
CMYK
RGB Variations
Color information
#F4C3D3 (or 0xF4C3D3) is known color: Pink Lace. HEX triplet: F4, C3 and D3. RGB value is (244,195,211). Sum of RGB (Red+Green+Blue) = 244+195+211=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C3D3 is #0B3C2C. Grayscale: #D3D3D3. Windows color (decimal): -736301 or 13878260. OLE color: 13878260.
HSL color Cylindrical-coordinate representation of color #F4C3D3: hue angle of 340.41º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4C3D3 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 195 | 211 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.04 |
| HSL | 340.41º | 0.69% | 0.86% | - |
| HSV(B) | 340.41º | 0.2% | 0.96% | - |
| XYZ | 68.58 | 62.97 | 70.17 | - |
| YUV | 211.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 195 | 211 | 0 | 0.20 | 0.14 | 0.04 | 340.41 | 0.69 | 0.86 |
| Hex | F4 | C3 | D3 | 0 | 14 | E | 4 | 154 | 45 | 56 |
| Octal | 364 | 303 | 323 | 0 | 24 | 16 | 4 | 524 | 105 | 126 |
| Binary | 11110100 | 11000011 | 11010011 | 0 | 10100 | 1110 | 100 | 101010100 | 1000101 | 1010110 |
Color Harmonies of #F4C3D3
Complementary color
Monochromatic Colors of #F4C3D3
Black with #F4C3D3
Text Example
Text Example
White with #F4C3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C3D3; }
p { color: rgb(244,195,211); }
H1.HeaderClassName
{
color: #F4C3D3;
}
.AnyTagClassName
{
color: #F4C3D3;
}
</style>
background-color css
<style>
a { background-color: #F4C3D3; }
a { background-color: rgb(244,195,211); }
div.DivClassName
{
background-color: #F4C3D3;
}
.BgClassName
{
background-color: #F4C3D3;
}
</style>
border-color css
<style>
span { border-color: #F4C3D3; }
span { border-color: rgb(244,195,211); }
td.TdClassName
{
border-color: #F4C3D3;
}
.TagClassName
{
border-color: #F4C3D3;
}
</style>