#F7CAA4

Color #F7CAA4 Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach #F7CAA4

Tints of Peach #F7CAA4

Color information

#F7CAA4 (or 0xF7CAA4) is unknown color: approx Peach. HEX triplet: F7, CA and A4. RGB value is (247,202,164). Sum of RGB (Red+Green+Blue) = 247+202+164=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 164 (64.45% from 255 or 26.75% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CAA4 is #08355B. Grayscale: #D3D3D3. Windows color (decimal): -537948 or 10799863. OLE color: 10799863.

HSL color Cylindrical-coordinate representation of color #F7CAA4: hue angle of 27.47º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7CAA4 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB247202164-
CMYK00.180.340.03
HSL27.47º83.84%80.59%-
HSV(B)27.47º33.6%96.86%-
XYZ66.1864.744.12-
YUV211.12101.41153.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 164 (64.45% from 255) = 26.75%
R=40.29%
G=32.95%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720216400.180.340.0327.4783.8480.59
HexF7CAA40122231b5451
Octal36731224402242333124121
Binary111101111100101010100100010010100010111101110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CAA4; }

 p { color: rgb(247,202,164); }

 H1.HeaderClassName
 {
   color: #F7CAA4;
 }
 .AnyTagClassName
 {
   color: #F7CAA4;
 }
</style>
background-color css

<style>
 a { background-color: #F7CAA4; }

 a { background-color: rgb(247,202,164); }

 div.DivClassName
 {
   background-color: #F7CAA4;
 }
 .BgClassName
 {
   background-color: #F7CAA4;
 }
</style>
border-color css

<style>
 span { border-color: #F7CAA4; }

 span { border-color: rgb(247,202,164); }

 td.TdClassName
 {
   border-color: #F7CAA4;
 }
 .TagClassName
 {
   border-color: #F7CAA4;
 }
</style>