Shades of Peach #F9CAA2
Tints of Peach #F9CAA2
RGB
CMYK
RGB Variations
Color information
#F9CAA2 (or 0xF9CAA2) is known color: Peach. HEX triplet: F9, CA and A2. RGB value is (249,202,162). Sum of RGB (Red+Green+Blue) = 249+202+162=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 162 (63.67% from 255 or 26.43% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CAA2 is #06355D. Grayscale: #D3D3D3. Windows color (decimal): -406878 or 10668793. OLE color: 10668793.
HSL color Cylindrical-coordinate representation of color #F9CAA2: hue angle of 27.59º degrees, saturation: 0.88, 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 #F9CAA2 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 162 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.02 |
| HSL | 27.59º | 0.88% | 0.81% | - |
| HSV(B) | 27.59º | 0.35% | 0.98% | - |
| XYZ | 66.71 | 64.99 | 43.21 | - |
| YUV | 211.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 162 | 0 | 0.19 | 0.35 | 0.02 | 27.59 | 0.88 | 0.81 |
| Hex | F9 | CA | A2 | 0 | 13 | 23 | 2 | 1C | 58 | 51 |
| Octal | 371 | 312 | 242 | 0 | 23 | 43 | 2 | 34 | 130 | 121 |
| Binary | 11111001 | 11001010 | 10100010 | 0 | 10011 | 100011 | 10 | 11100 | 1011000 | 1010001 |
Color Harmonies of #F9CAA2
Complementary color
Monochromatic Colors of #F9CAA2
Black with #F9CAA2
Text Example
Text Example
White with #F9CAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CAA2; }
p { color: rgb(249,202,162); }
H1.HeaderClassName
{
color: #F9CAA2;
}
.AnyTagClassName
{
color: #F9CAA2;
}
</style>
background-color css
<style>
a { background-color: #F9CAA2; }
a { background-color: rgb(249,202,162); }
div.DivClassName
{
background-color: #F9CAA2;
}
.BgClassName
{
background-color: #F9CAA2;
}
</style>
border-color css
<style>
span { border-color: #F9CAA2; }
span { border-color: rgb(249,202,162); }
td.TdClassName
{
border-color: #F9CAA2;
}
.TagClassName
{
border-color: #F9CAA2;
}
</style>