#FFC6AD

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

Shades of Apricot #FFC6AD

Tints of Apricot #FFC6AD

Color information

#FFC6AD (or 0xFFC6AD) is unknown color: approx Apricot. HEX triplet: FF, C6 and AD. RGB value is (255,198,173). Sum of RGB (Red+Green+Blue) = 255+198+173=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6AD is #003952. Grayscale: #D4D4D4. Windows color (decimal): -14675 or 11388671. OLE color: 11388671.

HSL color Cylindrical-coordinate representation of color #FFC6AD: hue angle of 18.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFC6AD is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255198173-
CMYK00.220.320
HSL18.29º100%83.92%-
HSV(B)18.29º32.16%100%-
XYZ68.9864.6748.38-
YUV212.19105.88158.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 198 (77.73% from 255) = 31.63%
BLUE value IS 173 (67.97% from 255) = 27.64%
R=40.73%
G=31.63%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519817300.220.32018.2910083.92
HexFFC6AD016200126454
Octal37730625502640022144124
Binary11111111110001101010110101011010000001001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6AD; }

 p { color: rgb(255,198,173); }

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

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

 a { background-color: rgb(255,198,173); }

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

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

 span { border-color: rgb(255,198,173); }

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