Shades of Soft Peach #F1DFDD
Tints of Soft Peach #F1DFDD
RGB
CMYK
RGB Variations
Color information
#F1DFDD (or 0xF1DFDD) is known color: Soft Peach. HEX triplet: F1, DF and DD. RGB value is (241,223,221). Sum of RGB (Red+Green+Blue) = 241+223+221=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFDD is #0E2022. Grayscale: #E4E4E4. Windows color (decimal): -925731 or 14540785. OLE color: 14540785.
HSL color Cylindrical-coordinate representation of color #F1DFDD: hue angle of 6º degrees, saturation: 0.42, 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 #F1DFDD is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 221 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.05 |
| HSL | 6º | 0.42% | 0.91% | - |
| HSV(B) | 6º | 0.08% | 0.95% | - |
| XYZ | 75.71 | 76.7 | 79.22 | - |
| YUV | 228.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 221 | 0 | 0.07 | 0.08 | 0.05 | 6 | 0.42 | 0.91 |
| Hex | F1 | DF | DD | 0 | 7 | 8 | 5 | 6 | 2A | 5B |
| Octal | 361 | 337 | 335 | 0 | 7 | 10 | 5 | 6 | 52 | 133 |
| Binary | 11110001 | 11011111 | 11011101 | 0 | 111 | 1000 | 101 | 110 | 101010 | 1011011 |
Color Harmonies of #F1DFDD
Complementary color
Monochromatic Colors of #F1DFDD
Black with #F1DFDD
Text Example
Text Example
White with #F1DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFDD; }
p { color: rgb(241,223,221); }
H1.HeaderClassName
{
color: #F1DFDD;
}
.AnyTagClassName
{
color: #F1DFDD;
}
</style>
background-color css
<style>
a { background-color: #F1DFDD; }
a { background-color: rgb(241,223,221); }
div.DivClassName
{
background-color: #F1DFDD;
}
.BgClassName
{
background-color: #F1DFDD;
}
</style>
border-color css
<style>
span { border-color: #F1DFDD; }
span { border-color: rgb(241,223,221); }
td.TdClassName
{
border-color: #F1DFDD;
}
.TagClassName
{
border-color: #F1DFDD;
}
</style>