Shades of Soft Peach #F5DCDC
Tints of Soft Peach #F5DCDC
RGB
CMYK
RGB Variations
Color information
#F5DCDC (or 0xF5DCDC) is known color: Soft Peach. HEX triplet: F5, DC and DC. RGB value is (245,220,220). Sum of RGB (Red+Green+Blue) = 245+220+220=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCDC is #0A2323. Grayscale: #E3E3E3. Windows color (decimal): -664356 or 14474485. OLE color: 14474485.
HSL color Cylindrical-coordinate representation of color #F5DCDC: hue angle of 0º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DCDC is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 220 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.04 |
| HSL | 0º | 0.56% | 0.91% | - |
| HSV(B) | 0º | 0.1% | 0.96% | - |
| XYZ | 76.17 | 75.77 | 78.32 | - |
| YUV | 227.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 220 | 0 | 0.10 | 0.10 | 0.04 | 0 | 0.56 | 0.91 |
| Hex | F5 | DC | DC | 0 | A | A | 4 | 0 | 38 | 5B |
| Octal | 365 | 334 | 334 | 0 | 12 | 12 | 4 | 0 | 70 | 133 |
| Binary | 11110101 | 11011100 | 11011100 | 0 | 1010 | 1010 | 100 | 0 | 111000 | 1011011 |
Color Harmonies of #F5DCDC
Complementary color
Monochromatic Colors of #F5DCDC
Black with #F5DCDC
Text Example
Text Example
White with #F5DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCDC; }
p { color: rgb(245,220,220); }
H1.HeaderClassName
{
color: #F5DCDC;
}
.AnyTagClassName
{
color: #F5DCDC;
}
</style>
background-color css
<style>
a { background-color: #F5DCDC; }
a { background-color: rgb(245,220,220); }
div.DivClassName
{
background-color: #F5DCDC;
}
.BgClassName
{
background-color: #F5DCDC;
}
</style>
border-color css
<style>
span { border-color: #F5DCDC; }
span { border-color: rgb(245,220,220); }
td.TdClassName
{
border-color: #F5DCDC;
}
.TagClassName
{
border-color: #F5DCDC;
}
</style>