#f7caac

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

Shades of Apricot #F7CAAC

Tints of Apricot #F7CAAC

Color information

#F7CAAC (or 0xF7CAAC) is unknown color: approx Apricot. HEX triplet: F7, CA and AC. RGB value is (247,202,172). Sum of RGB (Red+Green+Blue) = 247+202+172=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CAAC is #083553. Grayscale: #D4D4D4. Windows color (decimal): -537940 or 11324151. OLE color: 11324151.

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

Color convert

RGB247202172-
CMYK00.180.300.03
HSL24º82.42%82.16%-
HSV(B)24º30.36%96.86%-
XYZ66.9264.9948.05-
YUV212.04105.41152.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.77%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 172 (67.58% from 255) = 27.70%
R=39.77%
G=32.53%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720217200.180.300.032482.4282.16
HexF7CAAC0121E3185252
Octal36731225402236330122122
Binary11110111110010101010110001001011110111100010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7caac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7caac; }

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

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

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

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

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

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

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

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