#F6CCAD

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

Shades of Apricot #F6CCAD

Tints of Apricot #F6CCAD

Color information

#F6CCAD (or 0xF6CCAD) is unknown color: approx Apricot. HEX triplet: F6, CC and AD. RGB value is (246,204,173). Sum of RGB (Red+Green+Blue) = 246+204+173=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CCAD is #093352. Grayscale: #D5D5D5. Windows color (decimal): -602963 or 11390198. OLE color: 11390198.

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

Color convert

RGB246204173-
CMYK00.170.300.04
HSL25.48º80.22%82.16%-
HSV(B)25.48º29.67%96.47%-
XYZ67.1465.848.7-
YUV213.02105.41151.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.49%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 173 (67.97% from 255) = 27.77%
R=39.49%
G=32.74%
B=27.77%

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
Decimal24620417300.170.300.0425.4880.2282.16
HexF6CCAD0111E4195052
Octal36631425502136431120122
Binary111101101100110010101101010001111101001100110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCAD; }

 p { color: rgb(246,204,173); }

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

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

 a { background-color: rgb(246,204,173); }

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

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

 span { border-color: rgb(246,204,173); }

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