#FFC6AB

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

Shades of Apricot #FFC6AB

Tints of Apricot #FFC6AB

Color information

#FFC6AB (or 0xFFC6AB) is unknown color: approx Apricot. HEX triplet: FF, C6 and AB. RGB value is (255,198,171). Sum of RGB (Red+Green+Blue) = 255+198+171=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6AB is #003954. Grayscale: #D4D4D4. Windows color (decimal): -14677 or 11257599. OLE color: 11257599.

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

Color convert

RGB255198171-
CMYK00.220.330
HSL19.29º100%83.53%-
HSV(B)19.29º32.94%100%-
XYZ68.7864.5947.37-
YUV211.96104.88158.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 198 (77.73% from 255) = 31.73%
BLUE value IS 171 (67.19% from 255) = 27.40%
R=40.87%
G=31.73%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519817100.220.33019.2910083.53
HexFFC6AB016210136454
Octal37730625302641023144124
Binary11111111110001101010101101011010000101001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6AB; }

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

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

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

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

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

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

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

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