Shades of Peach Puff #FADBBC
Tints of Peach Puff #FADBBC
RGB
CMYK
RGB Variations
Color information
#FADBBC (or 0xFADBBC) is known color: Peach Puff. HEX triplet: FA, DB and BC. RGB value is (250,219,188). Sum of RGB (Red+Green+Blue) = 250+219+188=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 188 (73.83% from 255 or 28.61% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBBC is #052443. Grayscale: #E0E0E0. Windows color (decimal): -336964 or 12377082. OLE color: 12377082.
HSL color Cylindrical-coordinate representation of color #FADBBC: hue angle of 30º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FADBBC is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 188 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.02 |
| HSL | 30º | 0.86% | 0.86% | - |
| HSV(B) | 30º | 0.25% | 0.98% | - |
| XYZ | 73.83 | 74.62 | 58.09 | - |
| YUV | 224.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 188 | 0 | 0.12 | 0.25 | 0.02 | 30 | 0.86 | 0.86 |
| Hex | FA | DB | BC | 0 | C | 19 | 2 | 1E | 56 | 56 |
| Octal | 372 | 333 | 274 | 0 | 14 | 31 | 2 | 36 | 126 | 126 |
| Binary | 11111010 | 11011011 | 10111100 | 0 | 1100 | 11001 | 10 | 11110 | 1010110 | 1010110 |
Color Harmonies of #FADBBC
Complementary color
Monochromatic Colors of #FADBBC
Black with #FADBBC
Text Example
Text Example
White with #FADBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBBC; }
p { color: rgb(250,219,188); }
H1.HeaderClassName
{
color: #FADBBC;
}
.AnyTagClassName
{
color: #FADBBC;
}
</style>
background-color css
<style>
a { background-color: #FADBBC; }
a { background-color: rgb(250,219,188); }
div.DivClassName
{
background-color: #FADBBC;
}
.BgClassName
{
background-color: #FADBBC;
}
</style>
border-color css
<style>
span { border-color: #FADBBC; }
span { border-color: rgb(250,219,188); }
td.TdClassName
{
border-color: #FADBBC;
}
.TagClassName
{
border-color: #FADBBC;
}
</style>