Shades of Soft Peach #F3DCDB
Tints of Soft Peach #F3DCDB
RGB
CMYK
RGB Variations
Color information
#F3DCDB (or 0xF3DCDB) is known color: Soft Peach. HEX triplet: F3, DC and DB. RGB value is (243,220,219). Sum of RGB (Red+Green+Blue) = 243+220+219=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCDB is #0C2324. Grayscale: #E2E2E2. Windows color (decimal): -795429 or 14408947. OLE color: 14408947.
HSL color Cylindrical-coordinate representation of color #F3DCDB: hue angle of 2.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DCDB is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 219 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.05 |
| HSL | 2.5º | 0.5% | 0.91% | - |
| HSV(B) | 2.5º | 0.1% | 0.95% | - |
| XYZ | 75.34 | 75.36 | 77.59 | - |
| YUV | 226.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 219 | 0 | 0.09 | 0.10 | 0.05 | 2.5 | 0.5 | 0.91 |
| Hex | F3 | DC | DB | 0 | 9 | A | 5 | 2 | 32 | 5B |
| Octal | 363 | 334 | 333 | 0 | 11 | 12 | 5 | 2 | 62 | 133 |
| Binary | 11110011 | 11011100 | 11011011 | 0 | 1001 | 1010 | 101 | 10 | 110010 | 1011011 |
Color Harmonies of #F3DCDB
Complementary color
Monochromatic Colors of #F3DCDB
Black with #F3DCDB
Text Example
Text Example
White with #F3DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCDB; }
p { color: rgb(243,220,219); }
H1.HeaderClassName
{
color: #F3DCDB;
}
.AnyTagClassName
{
color: #F3DCDB;
}
</style>
background-color css
<style>
a { background-color: #F3DCDB; }
a { background-color: rgb(243,220,219); }
div.DivClassName
{
background-color: #F3DCDB;
}
.BgClassName
{
background-color: #F3DCDB;
}
</style>
border-color css
<style>
span { border-color: #F3DCDB; }
span { border-color: rgb(243,220,219); }
td.TdClassName
{
border-color: #F3DCDB;
}
.TagClassName
{
border-color: #F3DCDB;
}
</style>