Shades of Soft Peach #F3DCDC
Tints of Soft Peach #F3DCDC
RGB
CMYK
RGB Variations
Color information
#F3DCDC (or 0xF3DCDC) is known color: Soft Peach. HEX triplet: F3, DC and DC. RGB value is (243,220,220). Sum of RGB (Red+Green+Blue) = 243+220+220=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCDC is #0C2323. Grayscale: #E2E2E2. Windows color (decimal): -795428 or 14474483. OLE color: 14474483.
HSL color Cylindrical-coordinate representation of color #F3DCDC: hue angle of 0º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3DCDC is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 220 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.05 |
| HSL | 0º | 0.49% | 0.91% | - |
| HSV(B) | 0º | 0.09% | 0.95% | - |
| XYZ | 75.47 | 75.41 | 78.29 | - |
| YUV | 226.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 220 | 0 | 0.09 | 0.09 | 0.05 | 0 | 0.49 | 0.91 |
| Hex | F3 | DC | DC | 0 | 9 | 9 | 5 | 0 | 31 | 5B |
| Octal | 363 | 334 | 334 | 0 | 11 | 11 | 5 | 0 | 61 | 133 |
| Binary | 11110011 | 11011100 | 11011100 | 0 | 1001 | 1001 | 101 | 0 | 110001 | 1011011 |
Color Harmonies of #F3DCDC
Complementary color
Monochromatic Colors of #F3DCDC
Black with #F3DCDC
Text Example
Text Example
White with #F3DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCDC; }
p { color: rgb(243,220,220); }
H1.HeaderClassName
{
color: #F3DCDC;
}
.AnyTagClassName
{
color: #F3DCDC;
}
</style>
background-color css
<style>
a { background-color: #F3DCDC; }
a { background-color: rgb(243,220,220); }
div.DivClassName
{
background-color: #F3DCDC;
}
.BgClassName
{
background-color: #F3DCDC;
}
</style>
border-color css
<style>
span { border-color: #F3DCDC; }
span { border-color: rgb(243,220,220); }
td.TdClassName
{
border-color: #F3DCDC;
}
.TagClassName
{
border-color: #F3DCDC;
}
</style>