Shades of Peach Puff #FADABC
Tints of Peach Puff #FADABC
RGB
CMYK
RGB Variations
Color information
#FADABC (or 0xFADABC) is known color: Peach Puff. HEX triplet: FA, DA and BC. RGB value is (250,218,188). Sum of RGB (Red+Green+Blue) = 250+218+188=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FADABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADABC is #052543. Grayscale: #E0E0E0. Windows color (decimal): -337220 or 12376826. OLE color: 12376826.
HSL color Cylindrical-coordinate representation of color #FADABC: hue angle of 29.03º 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 #FADABC is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 188 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.02 |
| HSL | 29.03º | 0.86% | 0.86% | - |
| HSV(B) | 29.03º | 0.25% | 0.98% | - |
| XYZ | 73.57 | 74.1 | 58 | - |
| YUV | 224.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 188 | 0 | 0.13 | 0.25 | 0.02 | 29.03 | 0.86 | 0.86 |
| Hex | FA | DA | BC | 0 | D | 19 | 2 | 1D | 56 | 56 |
| Octal | 372 | 332 | 274 | 0 | 15 | 31 | 2 | 35 | 126 | 126 |
| Binary | 11111010 | 11011010 | 10111100 | 0 | 1101 | 11001 | 10 | 11101 | 1010110 | 1010110 |
Color Harmonies of #FADABC
Complementary color
Monochromatic Colors of #FADABC
Black with #FADABC
Text Example
Text Example
White with #FADABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADABC; }
p { color: rgb(250,218,188); }
H1.HeaderClassName
{
color: #FADABC;
}
.AnyTagClassName
{
color: #FADABC;
}
</style>
background-color css
<style>
a { background-color: #FADABC; }
a { background-color: rgb(250,218,188); }
div.DivClassName
{
background-color: #FADABC;
}
.BgClassName
{
background-color: #FADABC;
}
</style>
border-color css
<style>
span { border-color: #FADABC; }
span { border-color: rgb(250,218,188); }
td.TdClassName
{
border-color: #FADABC;
}
.TagClassName
{
border-color: #FADABC;
}
</style>