Shades of Peach #FACAA3
Tints of Peach #FACAA3
RGB
CMYK
RGB Variations
Color information
#FACAA3 (or 0xFACAA3) is known color: Peach. HEX triplet: FA, CA and A3. RGB value is (250,202,163). Sum of RGB (Red+Green+Blue) = 250+202+163=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 163 (64.06% from 255 or 26.50% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACAA3 is #05355C. Grayscale: #D4D4D4. Windows color (decimal): -341341 or 10734330. OLE color: 10734330.
HSL color Cylindrical-coordinate representation of color #FACAA3: hue angle of 26.9º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FACAA3 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 163 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.02 |
| HSL | 26.9º | 0.9% | 0.81% | - |
| HSV(B) | 26.9º | 0.35% | 0.98% | - |
| XYZ | 67.16 | 65.21 | 43.7 | - |
| YUV | 211.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 163 | 0 | 0.19 | 0.35 | 0.02 | 26.9 | 0.9 | 0.81 |
| Hex | FA | CA | A3 | 0 | 13 | 23 | 2 | 1B | 5A | 51 |
| Octal | 372 | 312 | 243 | 0 | 23 | 43 | 2 | 33 | 132 | 121 |
| Binary | 11111010 | 11001010 | 10100011 | 0 | 10011 | 100011 | 10 | 11011 | 1011010 | 1010001 |
Color Harmonies of #FACAA3
Complementary color
Monochromatic Colors of #FACAA3
Black with #FACAA3
Text Example
Text Example
White with #FACAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAA3; }
p { color: rgb(250,202,163); }
H1.HeaderClassName
{
color: #FACAA3;
}
.AnyTagClassName
{
color: #FACAA3;
}
</style>
background-color css
<style>
a { background-color: #FACAA3; }
a { background-color: rgb(250,202,163); }
div.DivClassName
{
background-color: #FACAA3;
}
.BgClassName
{
background-color: #FACAA3;
}
</style>
border-color css
<style>
span { border-color: #FACAA3; }
span { border-color: rgb(250,202,163); }
td.TdClassName
{
border-color: #FACAA3;
}
.TagClassName
{
border-color: #FACAA3;
}
</style>