Shades of Pale Pink #F1DEDF
Tints of Pale Pink #F1DEDF
RGB
CMYK
RGB Variations
Color information
#F1DEDF (or 0xF1DEDF) is known color: Pale Pink. HEX triplet: F1, DE and DF. RGB value is (241,222,223). Sum of RGB (Red+Green+Blue) = 241+222+223=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEDF is #0E2120. Grayscale: #E3E3E3. Windows color (decimal): -925985 or 14671601. OLE color: 14671601.
HSL color Cylindrical-coordinate representation of color #F1DEDF: hue angle of 356.84º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1DEDF is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 223 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.05 |
| HSL | 356.84º | 0.4% | 0.91% | - |
| HSV(B) | 356.84º | 0.08% | 0.95% | - |
| XYZ | 75.72 | 76.27 | 80.54 | - |
| YUV | 227.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 223 | 0 | 0.08 | 0.07 | 0.05 | 356.84 | 0.4 | 0.91 |
| Hex | F1 | DE | DF | 0 | 8 | 7 | 5 | 165 | 28 | 5B |
| Octal | 361 | 336 | 337 | 0 | 10 | 7 | 5 | 545 | 50 | 133 |
| Binary | 11110001 | 11011110 | 11011111 | 0 | 1000 | 111 | 101 | 101100101 | 101000 | 1011011 |
Color Harmonies of #F1DEDF
Complementary color
Monochromatic Colors of #F1DEDF
Black with #F1DEDF
Text Example
Text Example
White with #F1DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEDF; }
p { color: rgb(241,222,223); }
H1.HeaderClassName
{
color: #F1DEDF;
}
.AnyTagClassName
{
color: #F1DEDF;
}
</style>
background-color css
<style>
a { background-color: #F1DEDF; }
a { background-color: rgb(241,222,223); }
div.DivClassName
{
background-color: #F1DEDF;
}
.BgClassName
{
background-color: #F1DEDF;
}
</style>
border-color css
<style>
span { border-color: #F1DEDF; }
span { border-color: rgb(241,222,223); }
td.TdClassName
{
border-color: #F1DEDF;
}
.TagClassName
{
border-color: #F1DEDF;
}
</style>