#F6C9AA

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

Shades of Apricot #F6C9AA

Tints of Apricot #F6C9AA

Color information

#F6C9AA (or 0xF6C9AA) is unknown color: approx Apricot. HEX triplet: F6, C9 and AA. RGB value is (246,201,170). Sum of RGB (Red+Green+Blue) = 246+201+170=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C9AA is #093655. Grayscale: #D3D3D3. Windows color (decimal): -603734 or 11192822. OLE color: 11192822.

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

Color convert

RGB246201170-
CMYK00.180.310.04
HSL24.47º80.85%81.57%-
HSV(B)24.47º30.89%96.47%-
XYZ66.1564.2746.95-
YUV210.92104.91153.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.87%
GREEN value IS 201 (78.91% from 255) = 32.58%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=39.87%
G=32.58%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620117000.180.310.0424.4780.8581.57
HexF6C9AA0121F4185152
Octal36631125202237430121122
Binary111101101100100110101010010010111111001100010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C9AA; }

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

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

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

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

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

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

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

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