Shades of Soft Peach #F3D9D9
Tints of Soft Peach #F3D9D9
RGB
CMYK
RGB Variations
Color information
#F3D9D9 (or 0xF3D9D9) is known color: Soft Peach. HEX triplet: F3, D9 and D9. RGB value is (243,217,217). Sum of RGB (Red+Green+Blue) = 243+217+217=677 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.89% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D9D9 is #0C2626. Grayscale: #E0E0E0. Windows color (decimal): -796199 or 14277107. OLE color: 14277107.
HSL color Cylindrical-coordinate representation of color #F3D9D9: hue angle of 0º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F3D9D9 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 217 | 217 | - |
CMYK | 0 | 0.11 | 0.11 | 0.05 |
HSL | 0º | 0.52% | 0.9% | - |
HSV(B) | 0º | 0.11% | 0.95% | - |
XYZ | 74.3 | 73.69 | 75.95 | - |
YUV | 224.77 | 123.61 | 141 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 217 | 217 | 0 | 0.11 | 0.11 | 0.05 | 0 | 0.52 | 0.9 |
Hex | F3 | D9 | D9 | 0 | B | B | 5 | 0 | 34 | 5A |
Octal | 363 | 331 | 331 | 0 | 13 | 13 | 5 | 0 | 64 | 132 |
Binary | 11110011 | 11011001 | 11011001 | 0 | 1011 | 1011 | 101 | 0 | 110100 | 1011010 |
Color Harmonies of #F3D9D9
Complementary color
Monochromatic Colors of #F3D9D9
Black with #F3D9D9
Text Example
Text Example
White with #F3D9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D9D9; }
p { color: rgb(243,217,217); }
H1.HeaderClassName
{
color: #F3D9D9;
}
.AnyTagClassName
{
color: #F3D9D9;
}
</style>
background-color css
<style>
a { background-color: #F3D9D9; }
a { background-color: rgb(243,217,217); }
div.DivClassName
{
background-color: #F3D9D9;
}
.BgClassName
{
background-color: #F3D9D9;
}
</style>
border-color css
<style>
span { border-color: #F3D9D9; }
span { border-color: rgb(243,217,217); }
td.TdClassName
{
border-color: #F3D9D9;
}
.TagClassName
{
border-color: #F3D9D9;
}
</style>