Shades of Pink Lace #F9CDDA
Tints of Pink Lace #F9CDDA
RGB
CMYK
RGB Variations
Color information
#F9CDDA (or 0xF9CDDA) is known color: Pink Lace. HEX triplet: F9, CD and DA. RGB value is (249,205,218). Sum of RGB (Red+Green+Blue) = 249+205+218=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDDA is #063225. Grayscale: #DBDBDB. Windows color (decimal): -406054 or 14339577. OLE color: 14339577.
HSL color Cylindrical-coordinate representation of color #F9CDDA: hue angle of 342.27º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CDDA is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 205 | 218 | - |
CMYK | 0 | 0.18 | 0.12 | 0.02 |
HSL | 342.27º | 0.79% | 0.89% | - |
HSV(B) | 342.27º | 0.18% | 0.98% | - |
XYZ | 73.55 | 68.86 | 75.75 | - |
YUV | 219.64 | 127.08 | 148.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 205 | 218 | 0 | 0.18 | 0.12 | 0.02 | 342.27 | 0.79 | 0.89 |
Hex | F9 | CD | DA | 0 | 12 | C | 2 | 156 | 4F | 59 |
Octal | 371 | 315 | 332 | 0 | 22 | 14 | 2 | 526 | 117 | 131 |
Binary | 11111001 | 11001101 | 11011010 | 0 | 10010 | 1100 | 10 | 101010110 | 1001111 | 1011001 |
Color Harmonies of #F9CDDA
Complementary color
Monochromatic Colors of #F9CDDA
Black with #F9CDDA
Text Example
Text Example
White with #F9CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CDDA; }
p { color: rgb(249,205,218); }
H1.HeaderClassName
{
color: #F9CDDA;
}
.AnyTagClassName
{
color: #F9CDDA;
}
</style>
background-color css
<style>
a { background-color: #F9CDDA; }
a { background-color: rgb(249,205,218); }
div.DivClassName
{
background-color: #F9CDDA;
}
.BgClassName
{
background-color: #F9CDDA;
}
</style>
border-color css
<style>
span { border-color: #F9CDDA; }
span { border-color: rgb(249,205,218); }
td.TdClassName
{
border-color: #F9CDDA;
}
.TagClassName
{
border-color: #F9CDDA;
}
</style>