#F6C9B3

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

Shades of Apricot #F6C9B3

Tints of Apricot #F6C9B3

Color information

#F6C9B3 (or 0xF6C9B3) is unknown color: approx Apricot. HEX triplet: F6, C9 and B3. RGB value is (246,201,179). Sum of RGB (Red+Green+Blue) = 246+201+179=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 179 (70.31% from 255 or 28.59% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C9B3 is #09364C. Grayscale: #D4D4D4. Windows color (decimal): -603725 or 11782646. OLE color: 11782646.

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

Color convert

RGB246201179-
CMYK00.180.270.04
HSL19.7º78.82%83.33%-
HSV(B)19.7º27.24%96.47%-
XYZ67.0364.6251.59-
YUV211.95109.41152.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.30%
GREEN value IS 201 (78.91% from 255) = 32.11%
BLUE value IS 179 (70.31% from 255) = 28.59%
R=39.30%
G=32.11%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620117900.180.270.0419.778.8283.33
HexF6C9B30121B4144f53
Octal36631126302233424117123
Binary111101101100100110110011010010110111001010010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C9B3; }

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

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

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

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

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

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

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

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