#F6CAAC

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

Shades of Apricot #F6CAAC

Tints of Apricot #F6CAAC

Color information

#F6CAAC (or 0xF6CAAC) is unknown color: approx Apricot. HEX triplet: F6, CA and AC. RGB value is (246,202,172). Sum of RGB (Red+Green+Blue) = 246+202+172=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CAAC is #093553. Grayscale: #D3D3D3. Windows color (decimal): -603476 or 11324150. OLE color: 11324150.

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

Color convert

RGB246202172-
CMYK00.180.300.04
HSL24.32º80.43%81.96%-
HSV(B)24.32º30.08%96.47%-
XYZ66.5764.8148.03-
YUV211.74105.58152.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.68%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 172 (67.58% from 255) = 27.74%
R=39.68%
G=32.58%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620217200.180.300.0424.3280.4381.96
HexF6CAAC0121E4185052
Octal36631225402236430120122
Binary111101101100101010101100010010111101001100010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CAAC; }

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

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

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

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

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

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

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

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