Shades of Soft Peach #F3DFDF
Tints of Soft Peach #F3DFDF
RGB
CMYK
RGB Variations
Color information
#F3DFDF (or 0xF3DFDF) is known color: Soft Peach. HEX triplet: F3, DF and DF. RGB value is (243,223,223). Sum of RGB (Red+Green+Blue) = 243+223+223=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFDF is #0C2020. Grayscale: #E4E4E4. Windows color (decimal): -794657 or 14671859. OLE color: 14671859.
HSL color Cylindrical-coordinate representation of color #F3DFDF: hue angle of 0º degrees, saturation: 0.45, 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 #F3DFDF is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 223 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.05 |
| HSL | 0º | 0.45% | 0.91% | - |
| HSV(B) | 0º | 0.08% | 0.95% | - |
| XYZ | 76.67 | 77.16 | 80.66 | - |
| YUV | 228.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 223 | 0 | 0.08 | 0.08 | 0.05 | 0 | 0.45 | 0.91 |
| Hex | F3 | DF | DF | 0 | 8 | 8 | 5 | 0 | 2D | 5B |
| Octal | 363 | 337 | 337 | 0 | 10 | 10 | 5 | 0 | 55 | 133 |
| Binary | 11110011 | 11011111 | 11011111 | 0 | 1000 | 1000 | 101 | 0 | 101101 | 1011011 |
Color Harmonies of #F3DFDF
Complementary color
Monochromatic Colors of #F3DFDF
Black with #F3DFDF
Text Example
Text Example
White with #F3DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFDF; }
p { color: rgb(243,223,223); }
H1.HeaderClassName
{
color: #F3DFDF;
}
.AnyTagClassName
{
color: #F3DFDF;
}
</style>
background-color css
<style>
a { background-color: #F3DFDF; }
a { background-color: rgb(243,223,223); }
div.DivClassName
{
background-color: #F3DFDF;
}
.BgClassName
{
background-color: #F3DFDF;
}
</style>
border-color css
<style>
span { border-color: #F3DFDF; }
span { border-color: rgb(243,223,223); }
td.TdClassName
{
border-color: #F3DFDF;
}
.TagClassName
{
border-color: #F3DFDF;
}
</style>