Shades of Peach #F9CAA4
Tints of Peach #F9CAA4
RGB
CMYK
RGB Variations
Color information
#F9CAA4 (or 0xF9CAA4) is known color: Peach. HEX triplet: F9, CA and A4. RGB value is (249,202,164). Sum of RGB (Red+Green+Blue) = 249+202+164=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CAA4 is #06355B. Grayscale: #D3D3D3. Windows color (decimal): -406876 or 10799865. OLE color: 10799865.
HSL color Cylindrical-coordinate representation of color #F9CAA4: hue angle of 26.82º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9CAA4 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 164 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.02 |
| HSL | 26.82º | 0.88% | 0.81% | - |
| HSV(B) | 26.82º | 0.34% | 0.98% | - |
| XYZ | 66.89 | 65.06 | 44.15 | - |
| YUV | 211.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 164 | 0 | 0.19 | 0.34 | 0.02 | 26.82 | 0.88 | 0.81 |
| Hex | F9 | CA | A4 | 0 | 13 | 22 | 2 | 1B | 58 | 51 |
| Octal | 371 | 312 | 244 | 0 | 23 | 42 | 2 | 33 | 130 | 121 |
| Binary | 11111001 | 11001010 | 10100100 | 0 | 10011 | 100010 | 10 | 11011 | 1011000 | 1010001 |
Color Harmonies of #F9CAA4
Complementary color
Monochromatic Colors of #F9CAA4
Black with #F9CAA4
Text Example
Text Example
White with #F9CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CAA4; }
p { color: rgb(249,202,164); }
H1.HeaderClassName
{
color: #F9CAA4;
}
.AnyTagClassName
{
color: #F9CAA4;
}
</style>
background-color css
<style>
a { background-color: #F9CAA4; }
a { background-color: rgb(249,202,164); }
div.DivClassName
{
background-color: #F9CAA4;
}
.BgClassName
{
background-color: #F9CAA4;
}
</style>
border-color css
<style>
span { border-color: #F9CAA4; }
span { border-color: rgb(249,202,164); }
td.TdClassName
{
border-color: #F9CAA4;
}
.TagClassName
{
border-color: #F9CAA4;
}
</style>