Shades of Soft Peach #F1DDDC
Tints of Soft Peach #F1DDDC
RGB
CMYK
RGB Variations
Color information
#F1DDDC (or 0xF1DDDC) is known color: Soft Peach. HEX triplet: F1, DD and DC. RGB value is (241,221,220). Sum of RGB (Red+Green+Blue) = 241+221+220=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDDC is #0E2223. Grayscale: #E2E2E2. Windows color (decimal): -926244 or 14474737. OLE color: 14474737.
HSL color Cylindrical-coordinate representation of color #F1DDDC: hue angle of 2.86º 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 #F1DDDC is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 220 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.05 |
| HSL | 2.86º | 0.43% | 0.9% | - |
| HSV(B) | 2.86º | 0.09% | 0.95% | - |
| XYZ | 75.05 | 75.58 | 78.34 | - |
| YUV | 226.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 220 | 0 | 0.08 | 0.09 | 0.05 | 2.86 | 0.43 | 0.9 |
| Hex | F1 | DD | DC | 0 | 8 | 9 | 5 | 3 | 2B | 5A |
| Octal | 361 | 335 | 334 | 0 | 10 | 11 | 5 | 3 | 53 | 132 |
| Binary | 11110001 | 11011101 | 11011100 | 0 | 1000 | 1001 | 101 | 11 | 101011 | 1011010 |
Color Harmonies of #F1DDDC
Complementary color
Monochromatic Colors of #F1DDDC
Black with #F1DDDC
Text Example
Text Example
White with #F1DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDDC; }
p { color: rgb(241,221,220); }
H1.HeaderClassName
{
color: #F1DDDC;
}
.AnyTagClassName
{
color: #F1DDDC;
}
</style>
background-color css
<style>
a { background-color: #F1DDDC; }
a { background-color: rgb(241,221,220); }
div.DivClassName
{
background-color: #F1DDDC;
}
.BgClassName
{
background-color: #F1DDDC;
}
</style>
border-color css
<style>
span { border-color: #F1DDDC; }
span { border-color: rgb(241,221,220); }
td.TdClassName
{
border-color: #F1DDDC;
}
.TagClassName
{
border-color: #F1DDDC;
}
</style>