#F7CCAC

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

Shades of Apricot #F7CCAC

Tints of Apricot #F7CCAC

Color information

#F7CCAC (or 0xF7CCAC) is unknown color: approx Apricot. HEX triplet: F7, CC and AC. RGB value is (247,204,172). Sum of RGB (Red+Green+Blue) = 247+204+172=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CCAC is #083353. Grayscale: #D5D5D5. Windows color (decimal): -537428 or 11324663. OLE color: 11324663.

HSL color Cylindrical-coordinate representation of color #F7CCAC: hue angle of 25.6º 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 #F7CCAC is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB247204172-
CMYK00.170.300.03
HSL25.6º82.42%82.16%-
HSV(B)25.6º30.36%96.86%-
XYZ67.465.9448.2-
YUV213.21104.75152.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.65%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 172 (67.58% from 255) = 27.61%
R=39.65%
G=32.74%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720417200.170.300.0325.682.4282.16
HexF7CCAC0111E31a5252
Octal36731425402136332122122
Binary11110111110011001010110001000111110111101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCAC; }

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

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

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

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

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

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

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

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