#F6CBAA

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

Shades of Apricot #F6CBAA

Tints of Apricot #F6CBAA

Color information

#F6CBAA (or 0xF6CBAA) is unknown color: approx Apricot. HEX triplet: F6, CB and AA. RGB value is (246,203,170). Sum of RGB (Red+Green+Blue) = 246+203+170=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CBAA is #093455. Grayscale: #D4D4D4. Windows color (decimal): -603222 or 11193334. OLE color: 11193334.

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

Color convert

RGB246203170-
CMYK00.170.310.04
HSL26.05º80.85%81.57%-
HSV(B)26.05º30.89%96.47%-
XYZ66.6265.2147.11-
YUV212.09104.25152.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.74%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 170 (66.80% from 255) = 27.46%
R=39.74%
G=32.79%
B=27.46%

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
Decimal24620317000.170.310.0426.0580.8581.57
HexF6CBAA0111F41a5152
Octal36631325202137432121122
Binary111101101100101110101010010001111111001101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CBAA; }

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

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

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

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

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

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

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

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