#F6CCAA

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

Shades of Apricot #F6CCAA

Tints of Apricot #F6CCAA

Color information

#F6CCAA (or 0xF6CCAA) is unknown color: approx Apricot. HEX triplet: F6, CC and AA. RGB value is (246,204,170). Sum of RGB (Red+Green+Blue) = 246+204+170=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CCAA is #093355. Grayscale: #D4D4D4. Windows color (decimal): -602966 or 11193590. OLE color: 11193590.

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

Color convert

RGB246204170-
CMYK00.170.310.04
HSL26.84º80.85%81.57%-
HSV(B)26.84º30.89%96.47%-
XYZ66.8565.6847.18-
YUV212.68103.91151.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.68%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 170 (66.80% from 255) = 27.42%
R=39.68%
G=32.90%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620417000.170.310.0426.8480.8581.57
HexF6CCAA0111F41b5152
Octal36631425202137433121122
Binary111101101100110010101010010001111111001101110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCAA; }

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

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

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

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

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

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

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

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