#F6CCAC

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

Shades of Apricot #F6CCAC

Tints of Apricot #F6CCAC

Color information

#F6CCAC (or 0xF6CCAC) is unknown color: approx Apricot. HEX triplet: F6, CC and AC. RGB value is (246,204,172). Sum of RGB (Red+Green+Blue) = 246+204+172=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CCAC is #093353. Grayscale: #D5D5D5. Windows color (decimal): -602964 or 11324662. OLE color: 11324662.

HSL color Cylindrical-coordinate representation of color #F6CCAC: hue angle of 25.95º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6CCAC is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246204172-
CMYK00.170.300.04
HSL25.95º80.43%81.96%-
HSV(B)25.95º30.08%96.47%-
XYZ67.0565.7648.19-
YUV212.91104.91151.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.55%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 172 (67.58% from 255) = 27.65%
R=39.55%
G=32.80%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620417200.170.300.0425.9580.4381.96
HexF6CCAC0111E41a5052
Octal36631425402136432120122
Binary111101101100110010101100010001111101001101010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCAC; }

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

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

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

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

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

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

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

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