Shades of Peach Puff #FAD7B9
Tints of Peach Puff #FAD7B9
RGB
CMYK
RGB Variations
Color information
#FAD7B9 (or 0xFAD7B9) is known color: Peach Puff. HEX triplet: FA, D7 and B9. RGB value is (250,215,185). Sum of RGB (Red+Green+Blue) = 250+215+185=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 185 (72.66% from 255 or 28.46% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7B9 is #052846. Grayscale: #DEDEDE. Windows color (decimal): -337991 or 12179450. OLE color: 12179450.
HSL color Cylindrical-coordinate representation of color #FAD7B9: hue angle of 27.69º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAD7B9 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 215 | 185 | - |
CMYK | 0 | 0.14 | 0.26 | 0.02 |
HSL | 27.69º | 0.87% | 0.85% | - |
HSV(B) | 27.69º | 0.26% | 0.98% | - |
XYZ | 72.48 | 72.43 | 56.06 | - |
YUV | 222.05 | 107.1 | 147.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 215 | 185 | 0 | 0.14 | 0.26 | 0.02 | 27.69 | 0.87 | 0.85 |
Hex | FA | D7 | B9 | 0 | E | 1A | 2 | 1C | 57 | 55 |
Octal | 372 | 327 | 271 | 0 | 16 | 32 | 2 | 34 | 127 | 125 |
Binary | 11111010 | 11010111 | 10111001 | 0 | 1110 | 11010 | 10 | 11100 | 1010111 | 1010101 |
Color Harmonies of #FAD7B9
Complementary color
Monochromatic Colors of #FAD7B9
Black with #FAD7B9
Text Example
Text Example
White with #FAD7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD7B9; }
p { color: rgb(250,215,185); }
H1.HeaderClassName
{
color: #FAD7B9;
}
.AnyTagClassName
{
color: #FAD7B9;
}
</style>
background-color css
<style>
a { background-color: #FAD7B9; }
a { background-color: rgb(250,215,185); }
div.DivClassName
{
background-color: #FAD7B9;
}
.BgClassName
{
background-color: #FAD7B9;
}
</style>
border-color css
<style>
span { border-color: #FAD7B9; }
span { border-color: rgb(250,215,185); }
td.TdClassName
{
border-color: #FAD7B9;
}
.TagClassName
{
border-color: #FAD7B9;
}
</style>