#F6C9AD

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

Shades of Apricot #F6C9AD

Tints of Apricot #F6C9AD

Color information

#F6C9AD (or 0xF6C9AD) is unknown color: approx Apricot. HEX triplet: F6, C9 and AD. RGB value is (246,201,173). Sum of RGB (Red+Green+Blue) = 246+201+173=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C9AD is #093652. Grayscale: #D3D3D3. Windows color (decimal): -603731 or 11389430. OLE color: 11389430.

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

Color convert

RGB246201173-
CMYK00.180.300.04
HSL23.01º80.22%82.16%-
HSV(B)23.01º29.67%96.47%-
XYZ66.4464.3848.46-
YUV211.26106.41152.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.68%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 173 (67.97% from 255) = 27.90%
R=39.68%
G=32.42%
B=27.90%

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
Decimal24620117300.180.300.0423.0180.2282.16
HexF6C9AD0121E4175052
Octal36631125502236427120122
Binary111101101100100110101101010010111101001011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C9AD; }

 p { color: rgb(246,201,173); }

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

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

 a { background-color: rgb(246,201,173); }

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

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

 span { border-color: rgb(246,201,173); }

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