Shades of Soft Peach #F2DCDB
Tints of Soft Peach #F2DCDB
RGB
CMYK
RGB Variations
Color information
#F2DCDB (or 0xF2DCDB) is known color: Soft Peach. HEX triplet: F2, DC and DB. RGB value is (242,220,219). Sum of RGB (Red+Green+Blue) = 242+220+219=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCDB is #0D2324. Grayscale: #E2E2E2. Windows color (decimal): -860965 or 14408946. OLE color: 14408946.
HSL color Cylindrical-coordinate representation of color #F2DCDB: hue angle of 2.61º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DCDB is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 220 | 219 | - |
CMYK | 0 | 0.09 | 0.10 | 0.05 |
HSL | 2.61º | 0.47% | 0.9% | - |
HSV(B) | 2.61º | 0.1% | 0.95% | - |
XYZ | 75 | 75.18 | 77.58 | - |
YUV | 226.46 | 123.79 | 139.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 220 | 219 | 0 | 0.09 | 0.10 | 0.05 | 2.61 | 0.47 | 0.9 |
Hex | F2 | DC | DB | 0 | 9 | A | 5 | 3 | 2F | 5A |
Octal | 362 | 334 | 333 | 0 | 11 | 12 | 5 | 3 | 57 | 132 |
Binary | 11110010 | 11011100 | 11011011 | 0 | 1001 | 1010 | 101 | 11 | 101111 | 1011010 |
Color Harmonies of #F2DCDB
Complementary color
Monochromatic Colors of #F2DCDB
Black with #F2DCDB
Text Example
Text Example
White with #F2DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCDB; }
p { color: rgb(242,220,219); }
H1.HeaderClassName
{
color: #F2DCDB;
}
.AnyTagClassName
{
color: #F2DCDB;
}
</style>
background-color css
<style>
a { background-color: #F2DCDB; }
a { background-color: rgb(242,220,219); }
div.DivClassName
{
background-color: #F2DCDB;
}
.BgClassName
{
background-color: #F2DCDB;
}
</style>
border-color css
<style>
span { border-color: #F2DCDB; }
span { border-color: rgb(242,220,219); }
td.TdClassName
{
border-color: #F2DCDB;
}
.TagClassName
{
border-color: #F2DCDB;
}
</style>