Shades of Pink Lace #F4CDDA
Tints of Pink Lace #F4CDDA
RGB
CMYK
RGB Variations
Color information
#F4CDDA (or 0xF4CDDA) is known color: Pink Lace. HEX triplet: F4, CD and DA. RGB value is (244,205,218). Sum of RGB (Red+Green+Blue) = 244+205+218=667 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.58% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDDA is #0B3225. Grayscale: #DADADA. Windows color (decimal): -733734 or 14339572. OLE color: 14339572.
HSL color Cylindrical-coordinate representation of color #F4CDDA: hue angle of 340º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CDDA is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 205 | 218 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.04 |
| HSL | 340º | 0.64% | 0.88% | - |
| HSV(B) | 340º | 0.16% | 0.96% | - |
| XYZ | 71.79 | 67.96 | 75.66 | - |
| YUV | 218.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 205 | 218 | 0 | 0.16 | 0.11 | 0.04 | 340 | 0.64 | 0.88 |
| Hex | F4 | CD | DA | 0 | 10 | B | 4 | 154 | 40 | 58 |
| Octal | 364 | 315 | 332 | 0 | 20 | 13 | 4 | 524 | 100 | 130 |
| Binary | 11110100 | 11001101 | 11011010 | 0 | 10000 | 1011 | 100 | 101010100 | 1000000 | 1011000 |
Color Harmonies of #F4CDDA
Complementary color
Monochromatic Colors of #F4CDDA
Black with #F4CDDA
Text Example
Text Example
White with #F4CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CDDA; }
p { color: rgb(244,205,218); }
H1.HeaderClassName
{
color: #F4CDDA;
}
.AnyTagClassName
{
color: #F4CDDA;
}
</style>
background-color css
<style>
a { background-color: #F4CDDA; }
a { background-color: rgb(244,205,218); }
div.DivClassName
{
background-color: #F4CDDA;
}
.BgClassName
{
background-color: #F4CDDA;
}
</style>
border-color css
<style>
span { border-color: #F4CDDA; }
span { border-color: rgb(244,205,218); }
td.TdClassName
{
border-color: #F4CDDA;
}
.TagClassName
{
border-color: #F4CDDA;
}
</style>