Shades of Peach-Yellow #FADCAC
Tints of Peach-Yellow #FADCAC
RGB
CMYK
RGB Variations
Color information
#FADCAC (or 0xFADCAC) is known color: Peach-Yellow. HEX triplet: FA, DC and AC. RGB value is (250,220,172). Sum of RGB (Red+Green+Blue) = 250+220+172=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADCAC is #052353. Grayscale: #DFDFDF. Windows color (decimal): -336724 or 11328762. OLE color: 11328762.
HSL color Cylindrical-coordinate representation of color #FADCAC: hue angle of 36.92º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FADCAC is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 172 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.02 |
| HSL | 36.92º | 0.89% | 0.83% | - |
| HSV(B) | 36.92º | 0.31% | 0.98% | - |
| XYZ | 72.46 | 74.49 | 49.59 | - |
| YUV | 223.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 172 | 0 | 0.12 | 0.31 | 0.02 | 36.92 | 0.89 | 0.83 |
| Hex | FA | DC | AC | 0 | C | 1F | 2 | 25 | 59 | 53 |
| Octal | 372 | 334 | 254 | 0 | 14 | 37 | 2 | 45 | 131 | 123 |
| Binary | 11111010 | 11011100 | 10101100 | 0 | 1100 | 11111 | 10 | 100101 | 1011001 | 1010011 |
Color Harmonies of #FADCAC
Complementary color
Monochromatic Colors of #FADCAC
Black with #FADCAC
Text Example
Text Example
White with #FADCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCAC; }
p { color: rgb(250,220,172); }
H1.HeaderClassName
{
color: #FADCAC;
}
.AnyTagClassName
{
color: #FADCAC;
}
</style>
background-color css
<style>
a { background-color: #FADCAC; }
a { background-color: rgb(250,220,172); }
div.DivClassName
{
background-color: #FADCAC;
}
.BgClassName
{
background-color: #FADCAC;
}
</style>
border-color css
<style>
span { border-color: #FADCAC; }
span { border-color: rgb(250,220,172); }
td.TdClassName
{
border-color: #FADCAC;
}
.TagClassName
{
border-color: #FADCAC;
}
</style>