Shades of Soft Peach #F4DBDB
Tints of Soft Peach #F4DBDB
RGB
CMYK
RGB Variations
Color information
#F4DBDB (or 0xF4DBDB) is known color: Soft Peach. HEX triplet: F4, DB and DB. RGB value is (244,219,219). Sum of RGB (Red+Green+Blue) = 244+219+219=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DBDB is #0B2424. Grayscale: #E2E2E2. Windows color (decimal): -730149 or 14408692. OLE color: 14408692.
HSL color Cylindrical-coordinate representation of color #F4DBDB: hue angle of 0º degrees, saturation: 0.53, 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 #F4DBDB is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 219 | 219 | - |
CMYK | 0 | 0.10 | 0.10 | 0.04 |
HSL | 0º | 0.53% | 0.91% | - |
HSV(B) | 0º | 0.1% | 0.96% | - |
XYZ | 75.43 | 75.01 | 77.52 | - |
YUV | 226.48 | 123.78 | 140.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 219 | 219 | 0 | 0.10 | 0.10 | 0.04 | 0 | 0.53 | 0.91 |
Hex | F4 | DB | DB | 0 | A | A | 4 | 0 | 35 | 5B |
Octal | 364 | 333 | 333 | 0 | 12 | 12 | 4 | 0 | 65 | 133 |
Binary | 11110100 | 11011011 | 11011011 | 0 | 1010 | 1010 | 100 | 0 | 110101 | 1011011 |
Color Harmonies of #F4DBDB
Complementary color
Monochromatic Colors of #F4DBDB
Black with #F4DBDB
Text Example
Text Example
White with #F4DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DBDB; }
p { color: rgb(244,219,219); }
H1.HeaderClassName
{
color: #F4DBDB;
}
.AnyTagClassName
{
color: #F4DBDB;
}
</style>
background-color css
<style>
a { background-color: #F4DBDB; }
a { background-color: rgb(244,219,219); }
div.DivClassName
{
background-color: #F4DBDB;
}
.BgClassName
{
background-color: #F4DBDB;
}
</style>
border-color css
<style>
span { border-color: #F4DBDB; }
span { border-color: rgb(244,219,219); }
td.TdClassName
{
border-color: #F4DBDB;
}
.TagClassName
{
border-color: #F4DBDB;
}
</style>