Shades of Soft Peach #F3DBDB
Tints of Soft Peach #F3DBDB
RGB
CMYK
RGB Variations
Color information
#F3DBDB (or 0xF3DBDB) is known color: Soft Peach. HEX triplet: F3, DB and DB. RGB value is (243,219,219). Sum of RGB (Red+Green+Blue) = 243+219+219=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DBDB is #0C2424. Grayscale: #E2E2E2. Windows color (decimal): -795685 or 14408691. OLE color: 14408691.
HSL color Cylindrical-coordinate representation of color #F3DBDB: hue angle of 0º 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 #F3DBDB is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 219 | 219 | - |
CMYK | 0 | 0.10 | 0.10 | 0.05 |
HSL | 0º | 0.5% | 0.91% | - |
HSV(B) | 0º | 0.1% | 0.95% | - |
XYZ | 75.08 | 74.83 | 77.5 | - |
YUV | 226.18 | 123.95 | 140 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 219 | 219 | 0 | 0.10 | 0.10 | 0.05 | 0 | 0.5 | 0.91 |
Hex | F3 | DB | DB | 0 | A | A | 5 | 0 | 32 | 5B |
Octal | 363 | 333 | 333 | 0 | 12 | 12 | 5 | 0 | 62 | 133 |
Binary | 11110011 | 11011011 | 11011011 | 0 | 1010 | 1010 | 101 | 0 | 110010 | 1011011 |
Color Harmonies of #F3DBDB
Complementary color
Monochromatic Colors of #F3DBDB
Black with #F3DBDB
Text Example
Text Example
White with #F3DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBDB; }
p { color: rgb(243,219,219); }
H1.HeaderClassName
{
color: #F3DBDB;
}
.AnyTagClassName
{
color: #F3DBDB;
}
</style>
background-color css
<style>
a { background-color: #F3DBDB; }
a { background-color: rgb(243,219,219); }
div.DivClassName
{
background-color: #F3DBDB;
}
.BgClassName
{
background-color: #F3DBDB;
}
</style>
border-color css
<style>
span { border-color: #F3DBDB; }
span { border-color: rgb(243,219,219); }
td.TdClassName
{
border-color: #F3DBDB;
}
.TagClassName
{
border-color: #F3DBDB;
}
</style>