#FFC6AF

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

Shades of Apricot #FFC6AF

Tints of Apricot #FFC6AF

Color information

#FFC6AF (or 0xFFC6AF) is unknown color: approx Apricot. HEX triplet: FF, C6 and AF. RGB value is (255,198,175). Sum of RGB (Red+Green+Blue) = 255+198+175=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6AF is #003950. Grayscale: #D4D4D4. Windows color (decimal): -14673 or 11519743. OLE color: 11519743.

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

Color convert

RGB255198175-
CMYK00.220.310
HSL17.25º100%84.31%-
HSV(B)17.25º31.37%100%-
XYZ69.1764.7449.41-
YUV212.42106.88158.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 198 (77.73% from 255) = 31.53%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=40.61%
G=31.53%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519817500.220.31017.2510084.31
HexFFC6AF0161F0116454
Octal37730625702637021144124
Binary1111111111000110101011110101101111101000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6AF; }

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

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

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

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

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

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

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

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