#F6C8B0

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

Shades of Apricot #F6C8B0

Tints of Apricot #F6C8B0

Color information

#F6C8B0 (or 0xF6C8B0) is unknown color: approx Apricot. HEX triplet: F6, C8 and B0. RGB value is (246,200,176). Sum of RGB (Red+Green+Blue) = 246+200+176=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C8B0 is #09374F. Grayscale: #D3D3D3. Windows color (decimal): -603984 or 11585782. OLE color: 11585782.

HSL color Cylindrical-coordinate representation of color #F6C8B0: hue angle of 20.57º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6C8B0 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB246200176-
CMYK00.190.280.04
HSL20.57º79.55%82.75%-
HSV(B)20.57º28.46%96.47%-
XYZ66.564.0449.93-
YUV211.02108.24152.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.55%
GREEN value IS 200 (78.52% from 255) = 32.15%
BLUE value IS 176 (69.14% from 255) = 28.30%
R=39.55%
G=32.15%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620017600.190.280.0420.5779.5582.75
HexF6C8B00131C4155053
Octal36631026002334425120123
Binary111101101100100010110000010011111001001010110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C8B0; }

 p { color: rgb(246,200,176); }

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

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

 a { background-color: rgb(246,200,176); }

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

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

 span { border-color: rgb(246,200,176); }

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