Shades of Pale Pink #F1DCDD
Tints of Pale Pink #F1DCDD
RGB
CMYK
RGB Variations
Color information
#F1DCDD (or 0xF1DCDD) is known color: Pale Pink. HEX triplet: F1, DC and DD. RGB value is (241,220,221). Sum of RGB (Red+Green+Blue) = 241+220+221=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCDD is #0E2322. Grayscale: #E2E2E2. Windows color (decimal): -926499 or 14540017. OLE color: 14540017.
HSL color Cylindrical-coordinate representation of color #F1DCDD: hue angle of 357.14º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DCDD is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 221 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.05 |
| HSL | 357.14º | 0.43% | 0.9% | - |
| HSV(B) | 357.14º | 0.09% | 0.95% | - |
| XYZ | 74.92 | 75.11 | 78.96 | - |
| YUV | 226.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 221 | 0 | 0.09 | 0.08 | 0.05 | 357.14 | 0.43 | 0.9 |
| Hex | F1 | DC | DD | 0 | 9 | 8 | 5 | 165 | 2B | 5A |
| Octal | 361 | 334 | 335 | 0 | 11 | 10 | 5 | 545 | 53 | 132 |
| Binary | 11110001 | 11011100 | 11011101 | 0 | 1001 | 1000 | 101 | 101100101 | 101011 | 1011010 |
Color Harmonies of #F1DCDD
Complementary color
Monochromatic Colors of #F1DCDD
Black with #F1DCDD
Text Example
Text Example
White with #F1DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCDD; }
p { color: rgb(241,220,221); }
H1.HeaderClassName
{
color: #F1DCDD;
}
.AnyTagClassName
{
color: #F1DCDD;
}
</style>
background-color css
<style>
a { background-color: #F1DCDD; }
a { background-color: rgb(241,220,221); }
div.DivClassName
{
background-color: #F1DCDD;
}
.BgClassName
{
background-color: #F1DCDD;
}
</style>
border-color css
<style>
span { border-color: #F1DCDD; }
span { border-color: rgb(241,220,221); }
td.TdClassName
{
border-color: #F1DCDD;
}
.TagClassName
{
border-color: #F1DCDD;
}
</style>