#F6CCAB

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

Shades of Apricot #F6CCAB

Tints of Apricot #F6CCAB

Color information

#F6CCAB (or 0xF6CCAB) is unknown color: approx Apricot. HEX triplet: F6, CC and AB. RGB value is (246,204,171). Sum of RGB (Red+Green+Blue) = 246+204+171=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CCAB is #093354. Grayscale: #D4D4D4. Windows color (decimal): -602965 or 11259126. OLE color: 11259126.

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

Color convert

RGB246204171-
CMYK00.170.300.04
HSL26.4º80.65%81.76%-
HSV(B)26.4º30.49%96.47%-
XYZ66.9565.7247.68-
YUV212.8104.41151.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.61%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 171 (67.19% from 255) = 27.54%
R=39.61%
G=32.85%
B=27.54%

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
Decimal24620417100.170.300.0426.480.6581.76
HexF6CCAB0111E41a5152
Octal36631425302136432121122
Binary111101101100110010101011010001111101001101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCAB; }

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

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

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

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

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

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

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

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