Shades of Soft Peach #F1DDDB
Tints of Soft Peach #F1DDDB
RGB
CMYK
RGB Variations
Color information
#F1DDDB (or 0xF1DDDB) is known color: Soft Peach. HEX triplet: F1, DD and DB. RGB value is (241,221,219). Sum of RGB (Red+Green+Blue) = 241+221+219=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDDB is #0E2224. Grayscale: #E2E2E2. Windows color (decimal): -926245 or 14409201. OLE color: 14409201.
HSL color Cylindrical-coordinate representation of color #F1DDDB: hue angle of 5.45º degrees, saturation: 0.44, 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 #F1DDDB is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 219 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.05 |
| HSL | 5.45º | 0.44% | 0.9% | - |
| HSV(B) | 5.45º | 0.09% | 0.95% | - |
| XYZ | 74.92 | 75.53 | 77.65 | - |
| YUV | 226.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 219 | 0 | 0.08 | 0.09 | 0.05 | 5.45 | 0.44 | 0.9 |
| Hex | F1 | DD | DB | 0 | 8 | 9 | 5 | 5 | 2C | 5A |
| Octal | 361 | 335 | 333 | 0 | 10 | 11 | 5 | 5 | 54 | 132 |
| Binary | 11110001 | 11011101 | 11011011 | 0 | 1000 | 1001 | 101 | 101 | 101100 | 1011010 |
Color Harmonies of #F1DDDB
Complementary color
Monochromatic Colors of #F1DDDB
Black with #F1DDDB
Text Example
Text Example
White with #F1DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDDB; }
p { color: rgb(241,221,219); }
H1.HeaderClassName
{
color: #F1DDDB;
}
.AnyTagClassName
{
color: #F1DDDB;
}
</style>
background-color css
<style>
a { background-color: #F1DDDB; }
a { background-color: rgb(241,221,219); }
div.DivClassName
{
background-color: #F1DDDB;
}
.BgClassName
{
background-color: #F1DDDB;
}
</style>
border-color css
<style>
span { border-color: #F1DDDB; }
span { border-color: rgb(241,221,219); }
td.TdClassName
{
border-color: #F1DDDB;
}
.TagClassName
{
border-color: #F1DDDB;
}
</style>