#F6CBAB

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

Shades of Apricot #F6CBAB

Tints of Apricot #F6CBAB

Color information

#F6CBAB (or 0xF6CBAB) is unknown color: approx Apricot. HEX triplet: F6, CB and AB. RGB value is (246,203,171). Sum of RGB (Red+Green+Blue) = 246+203+171=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CBAB is #093454. Grayscale: #D4D4D4. Windows color (decimal): -603221 or 11258870. OLE color: 11258870.

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

Color convert

RGB246203171-
CMYK00.170.300.04
HSL25.6º80.65%81.76%-
HSV(B)25.6º30.49%96.47%-
XYZ66.7165.2447.61-
YUV212.21104.75152.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.68%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 171 (67.19% from 255) = 27.58%
R=39.68%
G=32.74%
B=27.58%

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
Decimal24620317100.170.300.0425.680.6581.76
HexF6CBAB0111E41a5152
Octal36631325302136432121122
Binary111101101100101110101011010001111101001101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CBAB; }

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

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

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

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

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

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

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

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