Shades of Pink Lace #F1CDD4
Tints of Pink Lace #F1CDD4
RGB
CMYK
RGB Variations
Color information
#F1CDD4 (or 0xF1CDD4) is known color: Pink Lace. HEX triplet: F1, CD and D4. RGB value is (241,205,212). Sum of RGB (Red+Green+Blue) = 241+205+212=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDD4 is #0E322B. Grayscale: #D8D8D8. Windows color (decimal): -930348 or 13946353. OLE color: 13946353.
HSL color Cylindrical-coordinate representation of color #F1CDD4: hue angle of 348.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CDD4 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 205 | 212 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.05 |
| HSL | 348.33º | 0.56% | 0.87% | - |
| HSV(B) | 348.33º | 0.15% | 0.95% | - |
| XYZ | 69.99 | 67.12 | 71.55 | - |
| YUV | 216.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 205 | 212 | 0 | 0.15 | 0.12 | 0.05 | 348.33 | 0.56 | 0.87 |
| Hex | F1 | CD | D4 | 0 | F | C | 5 | 15C | 38 | 57 |
| Octal | 361 | 315 | 324 | 0 | 17 | 14 | 5 | 534 | 70 | 127 |
| Binary | 11110001 | 11001101 | 11010100 | 0 | 1111 | 1100 | 101 | 101011100 | 111000 | 1010111 |
Color Harmonies of #F1CDD4
Complementary color
Monochromatic Colors of #F1CDD4
Black with #F1CDD4
Text Example
Text Example
White with #F1CDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CDD4; }
p { color: rgb(241,205,212); }
H1.HeaderClassName
{
color: #F1CDD4;
}
.AnyTagClassName
{
color: #F1CDD4;
}
</style>
background-color css
<style>
a { background-color: #F1CDD4; }
a { background-color: rgb(241,205,212); }
div.DivClassName
{
background-color: #F1CDD4;
}
.BgClassName
{
background-color: #F1CDD4;
}
</style>
border-color css
<style>
span { border-color: #F1CDD4; }
span { border-color: rgb(241,205,212); }
td.TdClassName
{
border-color: #F1CDD4;
}
.TagClassName
{
border-color: #F1CDD4;
}
</style>