Shades of Pink Lace #F8CDD4
Tints of Pink Lace #F8CDD4
RGB
CMYK
RGB Variations
Color information
#F8CDD4 (or 0xF8CDD4) is known color: Pink Lace. HEX triplet: F8, CD and D4. RGB value is (248,205,212). Sum of RGB (Red+Green+Blue) = 248+205+212=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 212 (83.20% from 255 or 31.88% from 665); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDD4 is #07322B. Grayscale: #DADADA. Windows color (decimal): -471596 or 13946360. OLE color: 13946360.
HSL color Cylindrical-coordinate representation of color #F8CDD4: hue angle of 350.23º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CDD4 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 205 | 212 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.03 |
| HSL | 350.23º | 0.75% | 0.89% | - |
| HSV(B) | 350.23º | 0.17% | 0.97% | - |
| XYZ | 72.43 | 68.37 | 71.67 | - |
| YUV | 218.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 205 | 212 | 0 | 0.17 | 0.15 | 0.03 | 350.23 | 0.75 | 0.89 |
| Hex | F8 | CD | D4 | 0 | 11 | F | 3 | 15E | 4B | 59 |
| Octal | 370 | 315 | 324 | 0 | 21 | 17 | 3 | 536 | 113 | 131 |
| Binary | 11111000 | 11001101 | 11010100 | 0 | 10001 | 1111 | 11 | 101011110 | 1001011 | 1011001 |
Color Harmonies of #F8CDD4
Complementary color
Monochromatic Colors of #F8CDD4
Black with #F8CDD4
Text Example
Text Example
White with #F8CDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDD4; }
p { color: rgb(248,205,212); }
H1.HeaderClassName
{
color: #F8CDD4;
}
.AnyTagClassName
{
color: #F8CDD4;
}
</style>
background-color css
<style>
a { background-color: #F8CDD4; }
a { background-color: rgb(248,205,212); }
div.DivClassName
{
background-color: #F8CDD4;
}
.BgClassName
{
background-color: #F8CDD4;
}
</style>
border-color css
<style>
span { border-color: #F8CDD4; }
span { border-color: rgb(248,205,212); }
td.TdClassName
{
border-color: #F8CDD4;
}
.TagClassName
{
border-color: #F8CDD4;
}
</style>