Shades of Pale Pink #F1D9DA
Tints of Pale Pink #F1D9DA
RGB
CMYK
RGB Variations
Color information
#F1D9DA (or 0xF1D9DA) is known color: Pale Pink. HEX triplet: F1, D9 and DA. RGB value is (241,217,218). Sum of RGB (Red+Green+Blue) = 241+217+218=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9DA is #0E2625. Grayscale: #E0E0E0. Windows color (decimal): -927270 or 14342641. OLE color: 14342641.
HSL color Cylindrical-coordinate representation of color #F1D9DA: hue angle of 357.5º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D9DA is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 218 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.05 |
| HSL | 357.5º | 0.46% | 0.9% | - |
| HSV(B) | 357.5º | 0.1% | 0.95% | - |
| XYZ | 73.74 | 73.39 | 76.61 | - |
| YUV | 224.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 218 | 0 | 0.10 | 0.10 | 0.05 | 357.5 | 0.46 | 0.9 |
| Hex | F1 | D9 | DA | 0 | A | A | 5 | 166 | 2E | 5A |
| Octal | 361 | 331 | 332 | 0 | 12 | 12 | 5 | 546 | 56 | 132 |
| Binary | 11110001 | 11011001 | 11011010 | 0 | 1010 | 1010 | 101 | 101100110 | 101110 | 1011010 |
Color Harmonies of #F1D9DA
Complementary color
Monochromatic Colors of #F1D9DA
Black with #F1D9DA
Text Example
Text Example
White with #F1D9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9DA; }
p { color: rgb(241,217,218); }
H1.HeaderClassName
{
color: #F1D9DA;
}
.AnyTagClassName
{
color: #F1D9DA;
}
</style>
background-color css
<style>
a { background-color: #F1D9DA; }
a { background-color: rgb(241,217,218); }
div.DivClassName
{
background-color: #F1D9DA;
}
.BgClassName
{
background-color: #F1D9DA;
}
</style>
border-color css
<style>
span { border-color: #F1D9DA; }
span { border-color: rgb(241,217,218); }
td.TdClassName
{
border-color: #F1D9DA;
}
.TagClassName
{
border-color: #F1D9DA;
}
</style>