Shades of Peach Puff #FAD6B9
Tints of Peach Puff #FAD6B9
RGB
CMYK
RGB Variations
Color information
#FAD6B9 (or 0xFAD6B9) is known color: Peach Puff. HEX triplet: FA, D6 and B9. RGB value is (250,214,185). Sum of RGB (Red+Green+Blue) = 250+214+185=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 185 (72.66% from 255 or 28.51% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6B9 is #052946. Grayscale: #DDDDDD. Windows color (decimal): -338247 or 12179194. OLE color: 12179194.
HSL color Cylindrical-coordinate representation of color #FAD6B9: hue angle of 26.77º 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 #FAD6B9 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 214 | 185 | - |
CMYK | 0 | 0.14 | 0.26 | 0.02 |
HSL | 26.77º | 0.87% | 0.85% | - |
HSV(B) | 26.77º | 0.26% | 0.98% | - |
XYZ | 72.23 | 71.92 | 55.97 | - |
YUV | 221.46 | 107.43 | 148.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 214 | 185 | 0 | 0.14 | 0.26 | 0.02 | 26.77 | 0.87 | 0.85 |
Hex | FA | D6 | B9 | 0 | E | 1A | 2 | 1B | 57 | 55 |
Octal | 372 | 326 | 271 | 0 | 16 | 32 | 2 | 33 | 127 | 125 |
Binary | 11111010 | 11010110 | 10111001 | 0 | 1110 | 11010 | 10 | 11011 | 1010111 | 1010101 |
Color Harmonies of #FAD6B9
Complementary color
Monochromatic Colors of #FAD6B9
Black with #FAD6B9
Text Example
Text Example
White with #FAD6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD6B9; }
p { color: rgb(250,214,185); }
H1.HeaderClassName
{
color: #FAD6B9;
}
.AnyTagClassName
{
color: #FAD6B9;
}
</style>
background-color css
<style>
a { background-color: #FAD6B9; }
a { background-color: rgb(250,214,185); }
div.DivClassName
{
background-color: #FAD6B9;
}
.BgClassName
{
background-color: #FAD6B9;
}
</style>
border-color css
<style>
span { border-color: #FAD6B9; }
span { border-color: rgb(250,214,185); }
td.TdClassName
{
border-color: #FAD6B9;
}
.TagClassName
{
border-color: #FAD6B9;
}
</style>